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 671 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
697 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
713 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
764 Writer.AddSourceLocation(E->getBuiltinLoc(), Record);
    [all...]
ASTWriter.cpp 424 Writer.AddSourceLocation(TL.getBuiltinLoc(), Record);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 202 milliseconds