/llvm-project/clang/include/clang/AST/ |
H A D | Randstruct.h | 25 class RecordDecl; variable
|
H A D | ASTStructuralEquivalence.h | 30 class RecordDecl; variable
|
H A D | CanonicalType.h | 38 class RecordDecl; global() variable
|
H A D | Stmt.h | 65 class RecordDecl; variable
|
H A D | ASTMutationListener.h | 37 class RecordDecl; variable
|
H A D | ExternalASTSource.h | 48 class RecordDecl; global() variable
|
H A D | DeclBase.h | 61 class RecordDecl; variable 333 friend class RecordDecl; global() variable
|
/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 78 } else if (const auto *RecordDecl = dyn_cast<CXXRecordDecl>(FoundDecl)) { in Find() local 116 void handleCXXRecordDecl(const CXXRecordDecl *RecordDecl) { in handleCXXRecordDecl() 157 const auto* RecordDecl = RD->getDefinition(); in addUSRsOfCtorDtors() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.h | 22 class RecordDecl; variable
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | AvoidCArraysCheck.cpp | 31 AST_MATCHER(clang::RecordDecl,isExternCContext) AST_MATCHER() argument
|
H A D | AvoidBindCheck.cpp | 395 findCandidateCallOperators(const CXXRecordDecl *RecordDecl, size_t NumArgs) { in findCandidateCallOperators()
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | TypeTraits.cpp | 49 bool recordIsTriviallyDefaultConstructible(const RecordDecl &RecordDecl, in recordIsTriviallyDefaultConstructible()
|
H A D | ExceptionSpecAnalyzer.cpp | 74 ExceptionSpecAnalyzer::analyzeRecord(const CXXRecordDecl *RecordDecl, in analyzeRecord()
|
H A D | Matchers.h | 31 AST_MATCHER(RecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ForwardDeclarationNamespaceCheck.cpp | 48 if (const auto *RecordDecl = in check() local
|
H A D | UseAfterMoveCheck.cpp | 247 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); isStandardSmartPointer() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 38 class RecordDecl; variable
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | MoveConstArgCheck.cpp | 211 if (const CXXRecordDecl *RecordDecl = ArgType->getAsCXXRecordDecl(); in check() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h |
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | RegistryTest.cpp | 265 Matcher<Decl> RecordDecl = constructMatcher( in TEST_F() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrModeling.cpp | 220 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 70 class RecordDecl; variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 55 class RecordDecl; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 867 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); VisitCXXDestructor() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 190 if (const auto *RecordDecl = Type->getAsCXXRecordDecl()) { GetTemplateArguments() local [all...] |