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 216 SourceLocation DeclLoc = Tok.getLocation();
219 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
225 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
885 SourceLocation DeclLoc = Tok.getLocation();
886 SourceLocation DeclEndLoc = DeclLoc;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 708 SourceLocation DeclLoc = declarator.getIdentifierLoc();
709 if (DeclLoc.isInvalid())
710 DeclLoc = DS.getLocStart();
786 S.Diag(DeclLoc, diag::ext_missing_declspec)
798 S.Diag(DeclLoc, diag::err_missing_type_specifier)
806 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
    [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 53 milliseconds