| /external/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| D | USRFindingAction.cpp | 78 } else if (const auto *RecordDecl = dyn_cast<CXXRecordDecl>(FoundDecl)) { in Find() local 116 void handleCXXRecordDecl(const CXXRecordDecl *RecordDecl) { in handleCXXRecordDecl() 159 const auto* RecordDecl = RD->getDefinition(); in addUSRsOfCtorDtors() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
| D | Matchers.h | 31 AST_MATCHER(RecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument
|
| D | TypeTraits.cpp | 51 bool recordIsTriviallyDefaultConstructible(const RecordDecl &RecordDecl, in recordIsTriviallyDefaultConstructible()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| D | AvoidCArraysCheck.cpp | 29 AST_MATCHER(clang::RecordDecl, isExternCContext) { in AST_MATCHER()
|
| /external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| D | PDBASTParser.h | 22 class RecordDecl; variable
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | ASTStructuralEquivalence.h | 30 class RecordDecl; variable
|
| D | CanonicalType.h | 38 class RecordDecl; variable
|
| D | ASTMutationListener.h | 36 class RecordDecl; variable
|
| D | ExternalASTSource.h | 50 class RecordDecl; variable
|
| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | ForwardDeclarationNamespaceCheck.cpp | 50 if (const auto *RecordDecl = in check() local
|
| D | UseAfterMoveCheck.cpp | 235 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); in isStandardSmartPointer() local
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | Program.h | 29 class RecordDecl; variable
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenTypes.h | 43 class RecordDecl; variable
|
| D | CodeGenTypes.cpp | 129 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert() 170 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenTypes.cpp | 114 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert() 155 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
|
| D | CodeGenTypes.h | 46 class RecordDecl; variable
|
| /external/clang/include/clang/AST/ |
| D | ASTMutationListener.h | 35 class RecordDecl; variable
|
| D | RecordLayout.h | 24 class RecordDecl; variable
|
| D | ExternalASTSource.h | 31 class RecordDecl; variable
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | SmartPtrModeling.cpp | 93 const auto *RecordDecl = MethodDecl->getParent(); in isStdSmartPtrCall() local 145 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
|
| /external/clang/tools/libclang/ |
| D | CXType.cpp | 927 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getNumTemplateArguments() local 941 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl(); in clang_Type_getTemplateArgumentAsType() local
|
| /external/clang/unittests/ASTMatchers/Dynamic/ |
| D | RegistryTest.cpp | 246 Matcher<Decl> RecordDecl = constructMatcher( in TEST_F() local
|
| /external/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
| D | RegistryTest.cpp | 245 Matcher<Decl> RecordDecl = constructMatcher( in TEST_F() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCXX.cpp | 373 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
|
| /external/llvm-project/clang/include/clang/Serialization/ |
| D | ASTWriter.h | 82 class RecordDecl; variable
|