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

  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 259 SourceLocation DeclLoc = Tok.getLocation();
264 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
269 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 140 SourceLocation DeclLoc;
145 DeclLoc = D->getLocStart();
147 DeclLoc = D->getLocation();
148 if (DeclLoc.isMacroID()) {
153 DeclLoc = D->getLocStart();
160 if (SourceMgr.isMacroArgExpansion(DeclLoc) &&
162 DeclLoc = SourceMgr.getExpansionLoc(DeclLoc);
169 if (DeclLoc.isInvalid() || !DeclLoc.isFileID()
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 234 milliseconds