Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp29 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument
35 if (isIBType) { in TypeIndexer()
239 bool isIBType) { in indexTypeSourceInfo() argument
243 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
250 bool isIBType) { in indexTypeLoc() argument
256 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
H A DIndexingContext.h105 bool isIBType = false);
110 bool isIBType = false);
H A DIndexDecl.cpp86 bool isIBType = false) { in handleDeclarator() argument
91 /*isBase=*/false, isIBType); in handleDeclarator()