Searched refs:isBase (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 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 D | IndexingContext.h | 104 bool isBase = false, 109 bool isBase = false,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 101 virtual bool isBase() const override { return true; } in isBase() function in __anon728dff9d0111::BaseClass 363 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
|
| H A D | UninitializedObject.h | 145 virtual bool isBase() const { return false; } in isBase() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 705 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()
|