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 233 SourceLocation DeclLoc = Tok.getLocation();
236 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
242 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaType.cpp 721 SourceLocation DeclLoc = declarator.getIdentifierLoc();
722 if (DeclLoc.isInvalid())
723 DeclLoc = DS.getLocStart();
799 S.Diag(DeclLoc, diag::ext_missing_declspec)
809 S.Diag(DeclLoc, diag::err_missing_type_specifier)
817 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 99 milliseconds