Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp29 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument
35 if (isIBType) { in TypeIndexer()
195 bool isIBType) { in indexTypeSourceInfo() argument
199 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
206 bool isIBType) { in indexTypeLoc() argument
212 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
H A DIndexingContext.h102 bool isIBType = false);
107 bool isIBType = false);
H A DIndexDecl.cpp84 bool isIBType = false) { in handleDeclarator() argument
89 /*isBase=*/false, isIBType); in handleDeclarator()