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 80 if (Prop->getAtLoc().isInvalid())
82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding();
113 unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
TransGCAttrs.cpp 311 SourceLocation AtLoc = PD->getAtLoc();
  /external/clang/include/clang/AST/
ExprObjC.h 44 SourceLocation getAtLoc() const { return AtLoc; }
113 SourceLocation getAtLoc() const { return Range.getBegin(); }
363 SourceLocation getAtLoc() const { return AtLoc; }
402 SourceLocation getAtLoc() const { return AtLoc; }
445 SourceLocation getAtLoc() const { return AtLoc; }
    [all...]
StmtObjC.h 362 SourceLocation getAtLoc() const { return AtLoc; }
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 442 AS->getAtLoc()));
SemaObjCProperty.cpp     [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 859 Writer.AddSourceLocation(E->getAtLoc(), Record);
906 Writer.AddSourceLocation(E->getAtLoc(), Record);
914 Writer.AddSourceLocation(E->getAtLoc(), Record);
922 Writer.AddSourceLocation(E->getAtLoc(), Record);
    [all...]
ASTWriterDecl.cpp 610 Writer.AddSourceLocation(D->getAtLoc(), Record);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 362 milliseconds