Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp101 virtual bool isBase() const override { return true; } in isBase() function in __anon728dff9d0111::BaseClass
363 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
H A DUninitializedObject.h145 virtual bool isBase() const { return false; } in isBase() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp705 bool isBase() const { return getStatus() == Base; } in isBase() function in __anon7262c22f0411::BDVState
727 assert(isBase() && "Unknown state"); in meet()
735 assert(Other.isBase() && "Unknown state"); in meet()
1008 if (!State.isBase() || !isa<VectorType>(BaseValue->getType())) in findBasePointer()