HomeSort by: relevance | last modified time | path
    Searched refs:PropertyLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1050 SourceLocation PropertyLoc) {
1054 PropertyLoc.isValid() ? PropertyLoc : Decl->getEndLoc(),
1079 SourceLocation PropertyLoc,
1093 PropertyIvarLoc = PropertyLoc;
1094 SourceLocation PropertyDiagLoc = PropertyLoc;
1113 Diag(PropertyLoc, diag::err_bad_property_decl) << IDecl->getDeclName();
1117 Diag(PropertyLoc, diag::err_synthesize_on_class_property) << PropertyId;
1133 Diag(PropertyLoc, diag::err_category_property) << CD->getDeclName();
1193 Diag(PropertyLoc, diag::err_bad_category_property_decl
    [all...]
TreeTransform.h 3531 SourceLocation PropertyLoc) {
3533 DeclarationNameInfo NameInfo(Property->getDeclName(), PropertyLoc);
3535 /*FIXME:*/PropertyLoc,
3551 SourceLocation PropertyLoc) {
3557 PropertyLoc, Base));
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 987 SourceLocation PropertyLoc = Tok.getLocation();
998 if (PropertyLoc != Tok.getLocation())
1013 Diag(PropertyLoc, diag::warn_omp_ctx_incompatible_property_for_selector)
1018 Diag(PropertyLoc, diag::note_omp_ctx_compatible_set_and_selector_for_property)
ParseExpr.cpp 1171 SourceLocation PropertyLoc = ConsumeToken();
1174 ILoc, PropertyLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9649 SourceLocation PropertyLoc,

Completed in 97 milliseconds