Searched refs:getBaseLoc (Results 1 - 7 of 7) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.h344 SourceLocation getBaseLoc(const CXXBaseSpecifier &Base) const;
H A DIndexingContext.cpp132 SourceLocation Loc = getBaseLoc(Base);
160 SourceLocation IndexingContext::CXXBasesListInfo::getBaseLoc( function in class:IndexingContext::CXXBasesListInfo
H A DRecursiveASTVisitor.h1142 TRY_TO(TraverseTypeLoc(TL.getBaseLoc()));
H A DCIndex.cpp1424 if (TL.hasBaseTypeAsWritten() && Visit(TL.getBaseLoc()))
/external/clang/include/clang/AST/
H A DTypeLoc.h806 TypeLoc getBaseLoc() const {
H A DRecursiveASTVisitor.h1206 TRY_TO(TraverseTypeLoc(TL.getBaseLoc()));
/external/clang/lib/Sema/
H A DSemaType.cpp3046 TL.getBaseLoc().initialize(Context, SourceLocation());
3049 Visit(TL.getBaseLoc());

Completed in 4507 milliseconds