HomeSort by relevance Sort by last modified time
    Searched defs:DeclLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Parse/
ParseExprCXX.cpp 175 SourceLocation DeclLoc = Tok.getLocation();
178 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
184 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
754 SourceLocation DeclLoc, DeclEndLoc;
757 DeclLoc = T.getOpenLocation();
825 DeclLoc, DeclEndLoc, D,
834 SourceLocation DeclLoc = Tok.getLocation();
835 SourceLocation DeclEndLoc = DeclLoc;
871 DeclLoc, DeclEndLoc, D,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 586 SourceLocation DeclLoc = declarator.getIdentifierLoc();
587 if (DeclLoc.isInvalid())
588 DeclLoc = DS.getLocStart();
664 S.Diag(DeclLoc, diag::ext_missing_declspec)
676 S.Diag(DeclLoc, diag::err_missing_type_specifier)
684 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
810 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 147 milliseconds