Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp29 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument
30 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
238 bool isBase, in indexTypeSourceInfo() argument
243 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
249 bool isBase, in indexTypeLoc() argument
256 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
H A DIndexingContext.h104 bool isBase = false,
109 bool isBase = false,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h145 virtual bool isBase() const { return false; } in isBase() function
H A DUninitializedObjectChecker.cpp101 virtual bool isBase() const override { return true; } in isBase() function in __anone8bcd6e60111::BaseClass
363 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp720 bool isBase() const { return getStatus() == Base; } in isBase() function in __anon6368abb80411::BDVState
742 assert(isBase() && "Unknown state"); in meet()
750 assert(Other.isBase() && "Unknown state"); in meet()
1023 if (!State.isBase() || !isa<VectorType>(BaseValue->getType())) in findBasePointer()