Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
194 bool isBase, in indexTypeSourceInfo() argument
199 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo()
205 bool isBase, in indexTypeLoc() argument
212 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
H A DIndexingContext.h101 bool isBase = false,
106 bool isBase = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp99 virtual bool isBase() const override { return true; } in isBase() function in __anon713689210111::BaseClass
347 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
H A DUninitializedObject.h138 virtual bool isBase() const { return false; } in isBase() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp681 bool isBase() const { return getStatus() == Base; } in isBase() function in __anon89fdfd490411::BDVState
737 if (RHS.isBase()) { in meetBDVStateImpl()
945 if (State.isBase() && isa<ExtractElementInst>(I) && in findBasePointer()