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

  /external/clang/include/clang/AST/
DeclObjC.h 561 SourceLocation getAtStartLoc() const { return AtStart; }
717 return SourceRange(getAtStartLoc(), getLocation());
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 461 Writer.AddSourceLocation(D->getAtStartLoc(), Record);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]

Completed in 62 milliseconds