Searched refs:isBase (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 32 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer() argument 33 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) { in TypeIndexer() 248 bool isBase, in indexTypeSourceInfo() argument 253 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType); in indexTypeSourceInfo() 259 bool isBase, in indexTypeLoc() argument 266 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()
|
| H A D | IndexingContext.h | 102 bool isBase = false, 107 bool isBase = false,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObject.h | 145 virtual bool isBase() const { return false; } in isBase() function
|
| H A D | UninitializedObjectChecker.cpp | 99 bool isBase() const override { return true; } in isBase() function in __anondc4db0e90111::BaseClass 361 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) { in isNonUnionUninit()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 102 bool isBase() const override { return getIsBase(); } in isBase() function
|
| H A D | LVElement.h | 236 virtual bool isBase() const { return false; } in isBase() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.cpp | 400 if (!getIsReferencedType() || isBase() || getQualifiedResolved() || in resolveQualifiedName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 788 bool isBase() const { return getStatus() == Base; } in isBase() function in __anonc335c67b0311::BDVState 810 assert(isBase() && "Unknown state"); in meet() 818 assert(Other.isBase() && "Unknown state"); in meet() 1097 if (!State.isBase() || !isa<VectorType>(BaseValue->getType())) in findBasePointer()
|