| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 185 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const { in getAsRecordDecl() function in NestedNameSpecifier 309 dyn_cast_or_null<ClassTemplateSpecializationDecl>(getAsRecordDecl()); in print()
|
| H A D | ASTStructuralEquivalence.cpp | 157 return IsStructurallyEquivalent(Context, NNS1->getAsRecordDecl(), in IsStructurallyEquivalent() 158 NNS2->getAsRecordDecl()); in IsStructurallyEquivalent()
|
| H A D | DeclCXX.cpp | 2706 return getUsingDecl()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
|
| H A D | Type.cpp | 1617 RecordDecl *Type::getAsRecordDecl() const { in getAsRecordDecl() function in Type
|
| H A D | ASTImporter.cpp | 7941 cast_or_null<CXXRecordDecl>(Import(FromNNS->getAsRecordDecl()))) { in Import() 8028 Spec->getAsRecordDecl(), in Import()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 192 CXXRecordDecl *getAsRecordDecl() const;
|
| H A D | Type.h | 2158 RecordDecl *getAsRecordDecl() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PaddingChecker.cpp | 90 return visitRecord(CXXRD->bases().begin()->getType()->getAsRecordDecl(), in visitRecord()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 266 const RecordDecl *RD = R->getValueType()->getAsRecordDecl()->getDefinition(); in isNonUnionUninit()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 374 if (const RecordDecl *RD = PT->getAsRecordDecl()) in VisitNode() 413 if (const RecordDecl *RRD = II.getType()->getAsRecordDecl()) 429 if (const RecordDecl *RRD = FT->getAsRecordDecl()) 437 if (const RecordDecl *RRD = PT->getAsRecordDecl())
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 344 auto *FlagRecordDecl = FlagType->getAsRecordDecl(); in create_call_once()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 316 if (const auto *FieldRD = Field->getType()->getAsRecordDecl()) in lowerUnion()
|
| H A D | CGExprConstant.cpp | 2089 if (const auto *FieldRD = Field->getType()->getAsRecordDecl()) in EmitNullConstant()
|
| H A D | CGOpenMPRuntime.cpp | 7750 const auto *RD = VD->getType().getCanonicalType()->getAsRecordDecl(); in generateInfoForCapture()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 162 return NNS->getAsRecordDecl(); in computeDeclContext()
|
| H A D | SemaLookup.cpp | 2234 return LookupInSuper(R, NNS->getAsRecordDecl()); in LookupQualifiedName() 2270 return LookupInSuper(R, NNS->getAsRecordDecl()); in LookupParsedName()
|
| H A D | SemaDeclAttr.cpp | 505 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star); in threadSafetyCheckIsSmartPointer() 508 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow); in threadSafetyCheckIsSmartPointer()
|
| H A D | TreeTransform.h | 3617 SourceLocation(), QNNS->getAsRecordDecl())); in TransformNestedNameSpecifierLoc()
|
| H A D | SemaDeclCXX.cpp | 9742 UD->getQualifier()->getAsRecordDecl()); in BuildUsingShadowDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5747 AddDeclRef(NNS->getAsRecordDecl()); in AddNestedNameSpecifier() 5800 AddDeclRef(NNS.getNestedNameSpecifier()->getAsRecordDecl()); in AddNestedNameSpecifierLoc()
|