HomeSort by relevance Sort by last modified time
    Searched refs:getAtLoc (Results 1 - 13 of 13) 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 312 SourceLocation AtLoc = PD->getAtLoc();
  /external/clang/include/clang/AST/
ExprObjC.h 44 SourceLocation getAtLoc() const { return AtLoc; }
115 SourceLocation getAtLoc() const { return Range.getBegin(); }
356 SourceLocation getAtLoc() const { return AtLoc; }
397 SourceLocation getAtLoc() const { return AtLoc; }
437 SourceLocation getAtLoc() const { return AtLoc; }
    [all...]
StmtObjC.h 368 SourceLocation getAtLoc() const { return AtLoc; }
DeclObjC.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 776 Writer.AddSourceLocation(E->getAtLoc(), Record);
823 Writer.AddSourceLocation(E->getAtLoc(), Record);
831 Writer.AddSourceLocation(E->getAtLoc(), Record);
839 Writer.AddSourceLocation(E->getAtLoc(), Record);
    [all...]
ASTWriterDecl.cpp 574 Writer.AddSourceLocation(D->getAtLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 452 AS->getAtLoc()));
SemaObjCProperty.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 73 milliseconds