Searched refs:isBase (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 32 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument 33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 248 bool isBase, in indexTypeSourceInfo() argument 253 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo() 259 bool isBase, in indexTypeLoc() argument 266 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 102 bool isBase() const override { return getIsBase(); } in isBase() function
|
H A D | LVElement.h | 239 virtual bool isBase() const { return false; } in isBase() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVElement.cpp | 436 if (!getIsReferencedType() || isBase() || getQualifiedResolved() || in resolveQualifiedName()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 720 bool isBase() const { return getStatus() == Base; } in isBase() function in __anon7f760f840311::BDVState 742 assert(isBase() && "Unknown state"); in meet() 750 assert(Other.isBase() && "Unknown state"); in meet()
|