Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexTypeSourceInfo.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()
H A DIndexingContext.h104 bool isBase = false,
109 bool isBase = false,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h145 virtual bool isBase() const { return false; } in isBase() function
H A DUninitializedObjectChecker.cpp99 bool isBase() const override { return true; } in isBase() function in __anone5f1a8e20111::BaseClass
361 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp786 bool isBase() const { return getStatus() == Base; } in isBase() function in __anonf0f4fcb40311::BDVState
808 assert(isBase() && "Unknown state"); in meet()
816 assert(Other.isBase() && "Unknown state"); in meet()
1095 if (!State.isBase() || !isa<VectorType>(BaseValue->getType())) in findBasePointer()