Searched refs:indexTypeSourceInfo (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Index/ |
D | IndexDecl.cpp | 52 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent); in handleDeclarator() 81 IndexCtx.indexTypeSourceInfo(D->getReturnTypeSourceInfo(), D); in handleObjCMethod() 117 IndexCtx.indexTypeSourceInfo(Init->getTypeSourceInfo(), D); in VisitFunctionDecl() 186 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D); in VisitTypedefNameDecl() 308 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D); in VisitObjCPropertyDecl() 402 IndexCtx.indexTypeSourceInfo(Ty, cast<NamedDecl>(D->getDeclContext())); in VisitFriendDecl()
|
D | IndexTypeSourceInfo.cpp | 130 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, in indexTypeSourceInfo() function in IndexingContext 196 indexTypeSourceInfo(I.getTypeSourceInfo(), CXXRD, CXXRD, /*isBase=*/true); in indexTagDecl()
|
D | IndexingContext.h | 86 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 381 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
|