Searched refs:indexTypeLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Index/ |
D | IndexTypeSourceInfo.cpp | 137 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase); in indexTypeSourceInfo() 140 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc() function in IndexingContext 182 indexTypeLoc(NNS.getTypeLoc(), Parent, DC); in indexNestedNameSpecifierLoc()
|
D | IndexingContext.h | 90 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
|
D | IndexBody.cpp | 44 IndexCtx.indexTypeLoc(TL, Parent, ParentDC); in TraverseTypeLoc()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 384 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
|