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

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 81 if (propI->getAtLoc().isInvalid())
83 unsigned RawLoc = propI->getAtLoc().getRawEncoding();
114 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
TransGCAttrs.cpp 313 SourceLocation AtLoc = PD->getAtLoc();
  /external/clang/include/clang/AST/
ExprObjC.h 44 SourceLocation getAtLoc() const { return AtLoc; }
113 SourceLocation getAtLoc() const { return Range.getBegin(); }
362 SourceLocation getAtLoc() const { return AtLoc; }
401 SourceLocation getAtLoc() const { return AtLoc; }
444 SourceLocation getAtLoc() const { return AtLoc; }
    [all...]
StmtObjC.h 363 SourceLocation getAtLoc() const { return AtLoc; }
DeclObjC.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 854 Writer.AddSourceLocation(E->getAtLoc(), Record);
901 Writer.AddSourceLocation(E->getAtLoc(), Record);
909 Writer.AddSourceLocation(E->getAtLoc(), Record);
917 Writer.AddSourceLocation(E->getAtLoc(), Record);
    [all...]
ASTWriterDecl.cpp 592 Writer.AddSourceLocation(D->getAtLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
JumpDiagnostics.cpp 466 AS->getAtLoc()));
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 663 milliseconds