Searched refs:isBase (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 29 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 D | IndexingContext.h | 101 bool isBase = false, 106 bool isBase = false,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 99 virtual bool isBase() const override { return true; } in isBase() function in __anon713689210111::BaseClass 347 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
|
| H A D | UninitializedObject.h | 138 virtual bool isBase() const { return false; } in isBase() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 681 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()
|