HomeSort by: relevance | last modified time | path
    Searched refs:getAtLoc (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProperties.cpp 79 SourceLocation Loc = Prop->getAtLoc();
116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc());
TransGCAttrs.cpp 306 SourceLocation AtLoc = PD->getAtLoc();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 69 SourceLocation getAtLoc() const { return AtLoc; }
157 SourceLocation getAtLoc() const { return Range.getBegin(); }
423 SourceLocation getAtLoc() const { return AtLoc; }
471 SourceLocation getAtLoc() const { return AtLoc; }
525 SourceLocation getAtLoc() const { return AtLoc; }
StmtObjC.h 388 SourceLocation getAtLoc() const { return AtLoc; }
DeclObjC.h 793 SourceLocation getAtLoc() const { return AtLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 1274 Record.AddSourceLocation(E->getAtLoc());
1321 Record.AddSourceLocation(E->getAtLoc());
1329 Record.AddSourceLocation(E->getAtLoc());
1337 Record.AddSourceLocation(E->getAtLoc());
1466 Record.AddSourceLocation(S->getAtLoc());
ASTWriterDecl.cpp 855 Record.AddSourceLocation(D->getAtLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 542 AS->getAtLoc()));
SemaExprObjC.cpp 3406 SourceLocation Loc = OSE->getAtLoc();
TreeTransform.h 8053 S->getAtLoc(), Body.get());
13715 return getDerived().RebuildObjCEncodeExpr(E->getAtLoc(),
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1123 SourceLocation Loc = prop->getAtLoc();
1927 SourceLocation startLoc = S->getAtLoc();
RewriteObjC.cpp 964 SourceLocation Loc = prop->getAtLoc();
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 5133 auto ToAtLoc = importChecked(Err, D->getAtLoc());
6510 ExpectedSLoc ToAtLocOrErr = import(S->getAtLoc());

Completed in 50 milliseconds