| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 31 LT.add(RTy->getAsRecordDecl()); in VisitTypedefNameDecl() 33 for (auto *it : RTy->getAsRecordDecl()->fields()) { in VisitTypedefNameDecl()
|
| H A D | NestedNameSpecifier.cpp | 185 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const { in getAsRecordDecl() function in NestedNameSpecifier 287 dyn_cast_or_null<ClassTemplateSpecializationDecl>(getAsRecordDecl()); in print()
|
| H A D | CXXInheritance.cpp | 83 return Specifier->getType()->getAsRecordDecl() && in isDerivedFrom()
|
| H A D | CommentSema.cpp | 912 return isClassOrStructDeclImpl(ThisRecordType->getAsRecordDecl()); in isClassOrStructOrTagTypedefDecl()
|
| H A D | ASTStructuralEquivalence.cpp | 564 return IsStructurallyEquivalent(Context, NNS1->getAsRecordDecl(), in IsStructurallyEquivalent() 565 NNS2->getAsRecordDecl()); in IsStructurallyEquivalent()
|
| H A D | DeclCXX.cpp | 3121 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass() 3448 const RecordDecl *RD = T->getAsRecordDecl(); in isValidStructGUID()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 123 if (const auto *RecDecl = NextTy->getAsRecordDecl()) { in deepTypeCheckForSYCLDevice()
|
| H A D | SemaCXXScopeSpec.cpp | 180 return NNS->getAsRecordDecl(); in computeDeclContext()
|
| H A D | SemaCodeComplete.cpp | 5208 static RecordDecl *getAsRecordDecl(QualType BaseType) { in getAsRecordDecl() function 5210 if (auto *RD = BaseType->getAsRecordDecl()) { in getAsRecordDecl() 5659 : llvm::dyn_cast_or_null<CXXRecordDecl>(getAsRecordDecl(Base)); in getApproximateType() 5761 if (RecordDecl *RD = getAsRecordDecl(BaseType)) { in CodeCompleteMemberReferenceExpr() 6364 isCompleteType(Loc, Type) ? Type->getAsRecordDecl() : nullptr; in ProduceConstructorSignatureHelp() 6514 auto *RD = getAsRecordDecl(BaseType); in getDesignatedType() 6534 const auto *RD = getAsRecordDecl(BaseType); in CodeCompleteDesignator()
|
| H A D | SemaCast.cpp | 3228 const RecordDecl *SrcRD = SrcTy->getAsRecordDecl(); in CheckCStyleCast() 3229 const RecordDecl *DestRD = DestTy->getAsRecordDecl(); in CheckCStyleCast()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 264 asImpl().writeDeclRef(NNS->getAsRecordDecl()); in writeNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 193 CXXRecordDecl *getAsRecordDecl() const;
|
| H A D | Type.h | 2502 RecordDecl *getAsRecordDecl() const; 6967 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl()) 6973 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl()) 6979 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl())
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdVariantChecker.cpp | 80 auto *Decl = Type->getAsRecordDecl(); in isStdType()
|
| H A D | PaddingChecker.cpp | 87 return visitRecord(CXXRD->bases().begin()->getType()->getAsRecordDecl(), in visitRecord()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 53 if (const auto *FieldRD = FD->getType()->getAsRecordDecl(); in recordIsNotEmpty() 65 if (const auto *RD = ty->getAsRecordDecl()) in isTrackedVar()
|
| H A D | BodyFarm.cpp | 372 auto *FlagRecordDecl = FlagType->getAsRecordDecl(); in create_call_once()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 390 for (const FieldDecl *Field : Type->getAsRecordDecl()->fields()) in getFieldsFromClassHierarchy()
|
| H A D | Transfer.cpp | 662 getFieldsForInitListExpr(Type->getAsRecordDecl()); in VisitInitListExpr()
|
| H A D | DataflowEnvironment.cpp | 367 if (RecordDecl *RD = InitList->getType()->getAsRecordDecl()) in getFieldsGlobalsAndFuncs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 277 const RecordDecl *RD = R->getValueType()->getAsRecordDecl()->getDefinition(); in isNonUnionUninit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 666 if (const RecordDecl *RRD = II.getType()->getAsRecordDecl()) in findRegionOfInterestInRecord() 683 if (const RecordDecl *RRD = FT->getAsRecordDecl()) in findRegionOfInterestInRecord() 692 if (const RecordDecl *RRD = PT->getAsRecordDecl()) in findRegionOfInterestInRecord() 758 if (const RecordDecl *RD = PT->getAsRecordDecl()) in maybeEmitNoteForParameters()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 295 cast<ClassTemplateSpecializationDecl>(Type->getAsRecordDecl()) in countOptionalWrappers()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 341 if (const auto *FieldRD = Field->getType()->getAsRecordDecl()) in lowerUnion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 996 clang::RecordDecl *rd = return_type->getPointeeType()->getAsRecordDecl(); in MaybeCompleteReturnType()
|