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

/external/clang/tools/libclang/
H A DIndexDecl.cpp30 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent);
49 IndexCtx.indexTypeSourceInfo(D->getResultTypeSourceInfo(), D);
73 IndexCtx.indexTypeSourceInfo(Init->getTypeSourceInfo(), D);
115 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
120 // Non-free standing tags are handled in indexTypeSourceInfo.
212 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
305 IndexCtx.indexTypeSourceInfo(D->getTemplatedDecl()->getTypeSourceInfo(), D);
H A DIndexBody.cpp73 IndexCtx.indexTypeSourceInfo(Cls, Parent, ParentDC);
H A DIndexTypeSourceInfo.cpp97 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, function in class:IndexingContext
H A DIndexingContext.h389 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,

Completed in 69 milliseconds