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

/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp59 IndexCtx.indexTypeSourceInfo(LocInfo.getAsTypeSourceInfo(), Parent, DC);
93 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent,
182 IndexCtx.indexTypeSourceInfo(D->getReturnTypeSourceInfo(), D);
270 IndexCtx.indexTypeSourceInfo(Init->getTypeSourceInfo(), D);
359 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
365 // Non-free standing tags are handled in indexTypeSourceInfo.
386 IndexCtx.indexTypeSourceInfo(TSI, ED, ED, /*isBase=*/true);
532 IndexCtx.indexTypeSourceInfo(attr->getInterfaceLoc(), D,
534 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
677 IndexCtx.indexTypeSourceInfo(TS
[all...]
H A DIndexingContext.h100 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
H A DIndexTypeSourceInfo.cpp245 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, function in class:IndexingContext
316 indexTypeSourceInfo(I.getTypeSourceInfo(), CXXRD, CXXRD, /*isBase=*/true);

Completed in 79 milliseconds