Home
last modified time | relevance | path

Searched defs:BaseClass (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCXXDeleteChecker.cpp114 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkTypedDeleteExpr() local
144 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkTypedDeleteExpr() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNIterativeScheduler.h30 using BaseClass = ScheduleDAGMILive; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
HDUninitializedObjectChecker.cpp74 class BaseClass final : public FieldNode { class
78 BaseClass(const QualType &T) : FieldNode(nullptr), BaseClassT(T) { in BaseClass() function in __anonf870590c0111::BaseClass
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDelayedDiagnostic.h68 BaseNonce _, CXXRecordDecl *BaseClass, in AccessedEntity()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDProgramState.h765 inline Loc ProgramState::getLValue(const CXXRecordDecl *BaseClass, in getLValue()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCRegisterInfo.h49 const bool BaseClass; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp151 const CXXRecordDecl *BaseClass = in computeObjectUnderConstruction() local
HDMemRegion.cpp1253 static bool isValidBaseClass(const CXXRecordDecl *BaseClass, in isValidBaseClass()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBTypes.h262 BaseClass, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
HDUncheckedOptionalAccessModel.cpp77 if (const CXXRecordDecl *BaseClass = in getOptionalBaseClass() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h181 SymbolReference BaseClass; in getBases() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp2650 LVElement *BaseClass = getElement(StreamTPI, Base.getBaseType()); in visitKnownMember() local
2871 LVElement *BaseClass = getElement(StreamTPI, Base.getBaseType()); in visitKnownMember() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGClass.cpp511 const CXXRecordDecl *BaseClass; member
1709 const CXXRecordDecl *BaseClass; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp3834 FieldDecl *Field, const Type *BaseClass) { in CheckInitializer()
5578 const Type *BaseClass = Init->getBaseClass(); in CheckRedundantInit() local
9456 CXXRecordDecl *BaseClass = Base->getType()->getAsCXXRecordDecl(); in shouldDeleteForBase() local
13625 auto *BaseClass = cast<CXXRecordDecl>(RT->getDecl()); in visitBase() local
HDSemaDecl.cpp4829 BaseClass, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp5970 auto *BaseClass = BaseSpec.getType()->getAsCXXRecordDecl(); in isBaseClassPublic() local