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));
759 SourceLocation DeclLoc, DeclEndLoc;
762 DeclLoc = T.getOpenLocation();
826 DeclLoc, DeclEndLoc, D,
835 SourceLocation DeclLoc = Tok.getLocation();
836 SourceLocation DeclEndLoc = DeclLoc;
872 DeclLoc, DeclEndLoc, D,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 588 SourceLocation DeclLoc = declarator.getIdentifierLoc();
589 if (DeclLoc.isInvalid())
590 DeclLoc = DS.getLocStart();
666 S.Diag(DeclLoc, diag::ext_missing_declspec)
678 S.Diag(DeclLoc, diag::err_missing_type_specifier)
686 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
813 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
    [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 80 milliseconds