Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexTypeSourceInfo.cpp32 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument
38 if (isIBType) { in TypeIndexer()
249 bool isIBType) { in indexTypeSourceInfo() argument
253 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
260 bool isIBType) { in indexTypeLoc() argument
266 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
DIndexingContext.h103 bool isIBType = false);
108 bool isIBType = false);
DIndexDecl.cpp90 bool isIBType = false) { in handleDeclarator() argument
95 /*isBase=*/false, isIBType); in handleDeclarator()