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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp28 const DeclContext *DC, bool isBase, bool isIBType)
29 : IndexCtx(indexCtx), Parent(parent), ParentDC(DC), IsBase(isBase) {
212 bool isBase,
217 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType);
223 bool isBase,
230 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL);
280 indexTypeSourceInfo(I.getTypeSourceInfo(), CXXRD, CXXRD, /*isBase=*/true);
27 TypeIndexer(IndexingContext &indexCtx, const NamedDecl *parent, const DeclContext *DC, bool isBase, bool isIBType) argument
209 indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent, const DeclContext *DC, bool isBase, bool isIBType) argument
220 indexTypeLoc(TypeLoc TL, const NamedDecl *Parent, const DeclContext *DC, bool isBase, bool isIBType) argument
H A DIndexingContext.h104 bool isBase = false,
109 bool isBase = false,
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h145 virtual bool isBase() const { return false; } function in class:clang::ento::FieldNode
H A DUninitializedObjectChecker.cpp101 virtual bool isBase() const override { return true; }
363 if (!LocalChain.isEmpty() && LocalChain.getHead().isBase()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp677 bool isBase() const { return getStatus() == Base; } function in class:__anon5715::BDVState
733 if (RHS.isBase()) {
941 if (State.isBase() && isa<ExtractElementInst>(I) &&

Completed in 230 milliseconds