Home
last modified time | relevance | path

Searched refs:indexTypeLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp235 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
238 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc() function in IndexingContext
280 indexTypeLoc(NNS.getTypeLoc(), Parent, DC); in indexNestedNameSpecifierLoc()
H A DIndexingContext.h111 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
H A DIndexBody.cpp53 IndexCtx.indexTypeLoc(TL, Parent, ParentDC); in TraverseTypeLoc()