| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporterLookupTable.cpp | 30 LT.add(RTy->getAsRecordDecl()); in VisitTypedefNameDecl() 32 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 | ASTStructuralEquivalence.cpp | 451 return IsStructurallyEquivalent(Context, NNS1->getAsRecordDecl(), in IsStructurallyEquivalent() 452 NNS2->getAsRecordDecl()); in IsStructurallyEquivalent()
|
| H A D | CommentSema.cpp | 978 return isClassOrStructDeclImpl(ThisRecordType->getAsRecordDecl()); in isClassOrStructOrTagTypedefDecl()
|
| H A D | DeclCXX.cpp | 3014 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass() 3326 const RecordDecl *RD = T->getAsRecordDecl(); in isValidStructGUID()
|
| H A D | ASTImporter.cpp | 1812 FromRecordDecl = FieldFrom->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext() 1813 ToRecordDecl = FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext() 8736 if (ExpectedDecl RDOrErr = Import(FromNNS->getAsRecordDecl())) in Import() 8834 Builder.MakeSuper(getToContext(), Spec->getAsRecordDecl(), in Import()
|
| H A D | Type.cpp | 1757 RecordDecl *Type::getAsRecordDecl() const { in getAsRecordDecl() function in Type
|
| H A D | ExprConstant.cpp | 6850 const RecordDecl *RD = Ty->getAsRecordDecl(); in visitRecord() 7044 const RecordDecl *RD = RTy->getAsRecordDecl(); in visit() 7190 if (RecordDecl *Record = Ty->getAsRecordDecl()) { in checkBitCastConstexprEligibilityType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 267 asImpl().writeDeclRef(NNS->getAsRecordDecl()); in writeNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 193 CXXRecordDecl *getAsRecordDecl() const;
|
| H A D | Type.h | 2251 RecordDecl *getAsRecordDecl() const; 6558 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl()) 6564 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl()) 6570 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl())
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 87 return visitRecord(CXXRD->bases().begin()->getType()->getAsRecordDecl(), in visitRecord()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 282 const RecordDecl *RD = R->getValueType()->getAsRecordDecl()->getDefinition(); in isNonUnionUninit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 531 if (const RecordDecl *RRD = II.getType()->getAsRecordDecl()) in findRegionOfInterestInRecord() 548 if (const RecordDecl *RRD = FT->getAsRecordDecl()) in findRegionOfInterestInRecord() 557 if (const RecordDecl *RRD = PT->getAsRecordDecl()) in findRegionOfInterestInRecord() 625 if (const RecordDecl *RD = PT->getAsRecordDecl()) in VisitNode()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 340 auto *FlagRecordDecl = FlagType->getAsRecordDecl(); in create_call_once()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 161 return NNS->getAsRecordDecl(); in computeDeclContext()
|
| H A D | SemaCodeComplete.cpp | 4818 static RecordDecl *getAsRecordDecl(const QualType BaseType) { in getAsRecordDecl() function 4819 if (auto *RD = BaseType->getAsRecordDecl()) { in getAsRecordDecl() 5260 RecordDecl *RD = Base.isNull() ? nullptr : getAsRecordDecl(Base); in getApproximateType() 5351 if (RecordDecl *RD = getAsRecordDecl(BaseType)) { in CodeCompleteMemberReferenceExpr() 5894 auto *RD = getAsRecordDecl(BaseType); in getDesignatedType() 5914 const auto *RD = getAsRecordDecl(BaseType); in CodeCompleteDesignator()
|
| H A D | SemaLookup.cpp | 2423 return LookupInSuper(R, NNS->getAsRecordDecl()); in LookupQualifiedName() 2459 return LookupInSuper(R, NNS->getAsRecordDecl()); in LookupParsedName()
|
| H A D | SemaDeclAttr.cpp | 442 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star); in threadSafetyCheckIsSmartPointer() 445 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow); in threadSafetyCheckIsSmartPointer()
|
| H A D | SemaDecl.cpp | 11956 if (auto *OrigRD = OrigTy->getAsRecordDecl()) in visitStruct() 12021 if (auto *OrigRD = OrigTy->getAsRecordDecl()) in visitStruct() 12087 if (auto *OrigRD = OrigTy->getAsRecordDecl()) in visitStruct()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 340 if (const auto *FieldRD = Field->getType()->getAsRecordDecl()) in lowerUnion()
|
| H A D | CGExprConstant.cpp | 2252 if (const auto *FieldRD = Field->getType()->getAsRecordDecl()) in EmitNullConstant()
|
| H A D | CGCall.cpp | 2410 auto *Decl = ParamType->getAsRecordDecl(); in ConstructAttributeList()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTImporter.cpp | 1031 clang::RecordDecl *rd = return_type->getPointeeType()->getAsRecordDecl(); in MaybeCompleteReturnType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5410 AddDeclRef(NNS.getNestedNameSpecifier()->getAsRecordDecl()); in AddNestedNameSpecifierLoc()
|