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

  /external/clang/include/clang/AST/
TypeLoc.h 436 SourceLocation getBuiltinLoc() const {
443 SourceLocation getNameLoc() const { return getBuiltinLoc(); }
465 return SourceRange(getBuiltinLoc(), getBuiltinLoc());
    [all...]
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 679 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
705 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
721 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
772 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
    [all...]
ASTWriter.cpp 429 Writer.AddSourceLocation(TL.getBuiltinLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 799 milliseconds