Searched refs:isBase (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | IndexTypeSourceInfo.cpp | 28 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()
|
| HD | IndexingContext.h | 104 bool isBase = false, 109 bool isBase = false,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| HD | UninitializedObject.h | 145 virtual bool isBase() const { return false; } in isBase() function
|
| HD | UninitializedObjectChecker.cpp | 101 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/ |
| HD | RewriteStatepointsForGC.cpp | 677 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()
|