Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexTypeSourceInfo.cpp28 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument
29 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer()
212 bool isBase, in indexTypeSourceInfo() argument
217 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
223 bool isBase, in indexTypeLoc() argument
230 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
HDIndexingContext.h104 bool isBase = false,
109 bool isBase = false,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
HDUninitializedObject.h145 virtual bool isBase() const { return false; } in isBase() function
HDUninitializedObjectChecker.cpp101 virtual bool isBase() const override { return true; } in isBase() function in __anon03a38ea90111::BaseClass
363 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp677 bool isBase() const { return getStatus() == Base; } in isBase() function in __anonb3b3143b0411::BDVState
733 if (RHS.isBase()) { in meetBDVStateImpl()
941 if (State.isBase() && isa<ExtractElementInst>(I) && in findBasePointer()