Home
last modified time | relevance | path

Searched refs:isBase (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp32 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()
HDIndexingContext.h102 bool isBase = false,
107 bool isBase = false,
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
HDUninitializedObject.h145 virtual bool isBase() const { return false; } in isBase() function
HDUninitializedObjectChecker.cpp96 bool isBase() const override { return true; } in isBase() function in __anonf870590c0111::BaseClass
358 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVType.h102 bool isBase() const override { return getIsBase(); } in isBase() function
HDLVElement.h239 virtual bool isBase() const { return false; } in isBase() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVElement.cpp436 if (!getIsReferencedType() || isBase() || getQualifiedResolved() || in resolveQualifiedName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp720 bool isBase() const { return getStatus() == Base; } in isBase() function in __anon6070375e0311::BDVState
742 assert(isBase() && "Unknown state"); in meet()
750 assert(Other.isBase() && "Unknown state"); in meet()