Home
last modified time | relevance | path

Searched defs:ClassDecl (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp777 const CXXRecordDecl *ClassDecl = in EmitAsanPrologueOrEpilogue() local
995 const CXXRecordDecl *ClassDecl; member in __anona1a4d8320311::FieldMemcpyizer
1282 const CXXRecordDecl *ClassDecl = CD->getParent(); in EmitCtorPrologue() local
1423 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in CanSkipVTablePointerInitialization() local
1582 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in Emit() local
1600 const CXXRecordDecl *ClassDecl = Dtor->getParent(); in EmitConditionalDtorDeleteCall() local
1813 const CXXRecordDecl *ClassDecl = DD->getParent(); in EnterDtorCleanups() local
1825 const CXXRecordDecl *ClassDecl = DD->getParent(); in EnterDtorCleanups() local
2135 const CXXRecordDecl *ClassDecl = D->getParent(); in EmitCXXConstructorCall() local
2426 const CXXRecordDecl *ClassDecl = Ctor->getParent(); in EmitDelegatingCXXConstructorCall() local
[all …]
H A DItaniumCXXABI.cpp1259 auto *ClassDecl = in emitVirtualObjectDelete() local
1462 auto *ClassDecl = in EmitTypeid() local
1538 auto *ClassDecl = in EmitDynamicCastToVoid() local
1583 const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
H A DCGVTables.cpp91 auto ClassDecl = ResultType->getPointeeType()->getAsCXXRecordDecl(); in PerformReturnAdjustment() local
H A DCGObjCGNU.cpp3398 ObjCInterfaceDecl *ClassDecl = in RegisterAlias() local
3417 ObjCInterfaceDecl *ClassDecl = in GenerateClass() local
H A DCGObjC.cpp80 const ObjCInterfaceDecl *ClassDecl = BoxingMethod->getClassInterface(); in EmitObjCBoxedExpr() local
H A DMicrosoftCXXABI.cpp1049 CodeGenFunction &CGF, Address This, const CXXRecordDecl *ClassDecl, in GetVirtualBaseClassOffset()
H A DCGExpr.cpp342 auto *ClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in pushTemporaryCleanup() local
H A DCGCall.cpp1742 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in MayDropFunctionReturn() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2795 void Sema::ActOnBaseSpecifiers(Decl *ClassDecl, in ActOnBaseSpecifiers()
4040 CXXRecordDecl *ClassDecl, in FindBaseInitializer()
4137 CXXRecordDecl *ClassDecl; member in __anon6089c8b41111::MemInitializerValidatorCCC
4185 CXXRecordDecl *ClassDecl = Constructor->getParent(); in BuildMemInitializer() local
5632 SourceLocation Location, CXXRecordDecl *ClassDecl, in MarkVirtualBaseDestructorsReferenced()
10323 CXXRecordDecl *ClassDecl in CheckConstructor() local
13085 CXXRecordDecl *ClassDecl = MD->getParent(); in ComputeDefaultedSpecialMemberExceptionSpec() local
13282 CXXRecordDecl *ClassDecl = Constructor->getParent(); in DefineImplicitDefaultConstructor() local
13413 CXXRecordDecl *ClassDecl = Constructor->getParent(); in DefineInheritingConstructor() local
13568 CXXRecordDecl *ClassDecl = Destructor->getParent(); in DefineImplicitDestructor() local
[all …]
H A DSemaCUDA.cpp322 bool Sema::inferCUDATargetForImplicitSpecialMember(CXXRecordDecl *ClassDecl, in inferCUDATargetForImplicitSpecialMember()
522 const CXXRecordDecl *ClassDecl = DD->getParent(); in isEmptyCudaDestructor() local
H A DSemaObjCProperty.cpp193 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnProperty() local
839 ObjCInterfaceDecl *ClassDecl, in SelectPropertyForSynthesisFromProtocols()
H A DSemaPseudoObject.cpp238 if (const CXXRecordDecl *ClassDecl = ty->getAsCXXRecordDecl()) in CanCaptureValue() local
H A DSemaExprObjC.cpp2994 if (ObjCInterfaceDecl *ClassDecl = CurMeth->getClassInterface()) { in BuildInstanceMessage() local
3041 ObjCInterfaceDecl *ClassDecl = nullptr; in BuildInstanceMessage() local
H A DSemaDeclObjC.cpp3973 Decl *ClassDecl = OCD; in ActOnAtEnd() local
4717 Decl *ClassDecl = cast<ObjCContainerDecl>(CurContext); in ActOnMethodDeclaration() local
H A DSemaCodeComplete.cpp6286 CXXRecordDecl *ClassDecl = Constructor->getParent(); in CodeCompleteConstructorInitializer() local
7668 if (ObjCInterfaceDecl *ClassDecl = CurMethod->getClassInterface()) in CodeCompleteObjCInstanceMessage() local
H A DSemaOverload.cpp8036 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in AddTypesConvertedFrom() local
8105 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(TyRec->getDecl()); in CollectVRQualifiers() local
H A DSemaInit.cpp5126 if (CXXRecordDecl *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in TryValueInitialization() local
H A DSemaChecking.cpp14433 if (CXXRecordDecl *ClassDecl = Param->getType()->getAsCXXRecordDecl()) { in CheckParmsForFunctionDef() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp94 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeDynamicClass() local
99 const auto *ClassDecl = getTypePtr()->getPointeeCXXRecordDecl(); in mayBeNotDynamicClass() local
2188 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(Record->getDecl())) in isAggregateType() local
2384 if (const auto *ClassDecl = in isCXX98PODType() local
2427 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTrivialType() local
2473 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isTriviallyCopyableType() local
2588 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isLiteralType() local
2641 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) in isStandardLayoutType() local
2683 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RT->getDecl())) { in isCXX11PODType() local
H A DDeclObjC.cpp249 if (const auto *ClassDecl = dyn_cast<ObjCInterfaceDecl>(this)) { in FindPropertyDeclaration() local
631 ObjCInterfaceDecl* ClassDecl = this; in lookupInstanceVariable() local
662 ObjCInterfaceDecl* ClassDecl = this; in lookupInheritedClass() local
694 const ObjCInterfaceDecl* ClassDecl = this; in lookupMethod() local
1371 const ObjCInterfaceDecl *ClassDecl = nullptr; in findPropertyDecl() local
H A DASTContext.cpp2638 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) in isStructEmpty() local
2651 if (const auto *ClassDecl = dyn_cast<CXXRecordDecl>(RD)) { in structHasUniqueObjectRepresentations() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2105 void Parser::ParseBaseClause(Decl *ClassDecl) { in ParseBaseClause()
2145 BaseResult Parser::ParseBaseSpecifier(Decl *ClassDecl) { in ParseBaseSpecifier()
4024 Parser::PushParsingClass(Decl *ClassDecl, bool NonNestedClass, in PushParsingClass()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp841 const ObjCInterfaceDecl *ClassDecl = D->getContainingInterface(); in getIvarAccessString() local
1060 void RewriteModernObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue()
1381 void RewriteModernObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl()
3240 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local
3334 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local
6615 ObjCInterfaceDecl *ClassDecl, in Write_category_t()
7266 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
7350 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteCategorySetupInitHook() local
H A DRewriteObjC.cpp758 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() local
905 void RewriteObjC::RewriteForwardClassEpilogue(ObjCInterfaceDecl *ClassDecl, in RewriteForwardClassEpilogue()
1205 void RewriteObjC::RewriteInterfaceDecl(ObjCInterfaceDecl *ClassDecl) { in RewriteInterfaceDecl()
2668 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local
2761 ObjCInterfaceDecl *ClassDecl = CurMethodDef->getClassInterface(); in SynthMessageExpr() local
5618 ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface(); in RewriteObjCCategoryImplDecl() local
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1154 CXXRecordDecl *ClassDecl = getAsCXXRecordDeclOrPrimaryTemplate(TypeNode); in classIsDerivedFrom() local
1179 for (const ObjCInterfaceDecl *ClassDecl = Declaration->getSuperClass(); in objcClassIsDerivedFrom() local