Searched refs:isIBType (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 33 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument 39 if (isIBType) { in TypeIndexer() 231 bool isIBType) { in indexTypeSourceInfo() argument 235 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo() 242 bool isIBType) { in indexTypeLoc() argument 248 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
|
| H A D | IndexingContext.h | 109 bool isIBType = false); 114 bool isIBType = false);
|
| H A D | IndexDecl.cpp | 90 bool isIBType = false) { in handleDeclarator() argument 95 /*isBase=*/false, isIBType); in handleDeclarator()
|