Home
last modified time | relevance | path

Searched refs:indexTypeSourceInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Index/
DIndexDecl.cpp52 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()
DIndexTypeSourceInfo.cpp130 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, in indexTypeSourceInfo() function in IndexingContext
196 indexTypeSourceInfo(I.getTypeSourceInfo(), CXXRD, CXXRD, /*isBase=*/true); in indexTagDecl()
DIndexingContext.h86 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
/external/clang/tools/libclang/
DCXIndexDataConsumer.h381 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,