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

/external/clang/tools/libclang/
H A DIndexingContext.h328 SourceLocation getBaseLoc(const CXXBaseSpecifier &Base) const;
H A DIndexingContext.cpp130 SourceLocation Loc = getBaseLoc(Base);
158 SourceLocation IndexingContext::CXXBasesListInfo::getBaseLoc( function in class:IndexingContext::CXXBasesListInfo
H A DCIndex.cpp1481 if (TL.hasBaseTypeAsWritten() && Visit(TL.getBaseLoc()))
/external/clang/include/clang/AST/
H A DTypeLoc.h863 TypeLoc getBaseLoc() const {
H A DDataRecursiveASTVisitor.h1162 TRY_TO(TraverseTypeLoc(TL.getBaseLoc()));
H A DRecursiveASTVisitor.h1227 TRY_TO(TraverseTypeLoc(TL.getBaseLoc()));
/external/clang/lib/Sema/
H A DSemaType.cpp3502 TL.getBaseLoc().initialize(Context, SourceLocation());
3505 Visit(TL.getBaseLoc());

Completed in 131 milliseconds