Home
last modified time | relevance | path

Searched defs:RecordDecl (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang/include/clang/AST/
H A DRandstruct.h25 class RecordDecl; variable
H A DASTStructuralEquivalence.h30 class RecordDecl; variable
H A DCanonicalType.h38 class RecordDecl; global() variable
H A DStmt.h65 class RecordDecl; variable
H A DASTMutationListener.h37 class RecordDecl; variable
H A DExternalASTSource.h48 class RecordDecl; global() variable
H A DDeclBase.h61 class RecordDecl; variable
333 friend class RecordDecl; global() variable
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp78 } 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 DPDBASTParser.h22 class RecordDecl; variable
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidCArraysCheck.cpp31 AST_MATCHER(clang::RecordDecl,isExternCContext) AST_MATCHER() argument
H A DAvoidBindCheck.cpp395 findCandidateCallOperators(const CXXRecordDecl *RecordDecl, size_t NumArgs) { in findCandidateCallOperators()
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DTypeTraits.cpp49 bool recordIsTriviallyDefaultConstructible(const RecordDecl &RecordDecl, in recordIsTriviallyDefaultConstructible()
H A DExceptionSpecAnalyzer.cpp74 ExceptionSpecAnalyzer::analyzeRecord(const CXXRecordDecl *RecordDecl, in analyzeRecord()
H A DMatchers.h31 AST_MATCHER(RecordDecl, isTriviallyDefaultConstructible) { in AST_MATCHER() argument
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardDeclarationNamespaceCheck.cpp48 if (const auto *RecordDecl = in check() local
H A DUseAfterMoveCheck.cpp247 const CXXRecordDecl *RecordDecl = TheType->getAsCXXRecordDecl(); isStandardSmartPointer() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h38 class RecordDecl; variable
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstArgCheck.cpp211 if (const CXXRecordDecl *RecordDecl = ArgType->getAsCXXRecordDecl(); in check() local
/llvm-project/clang/lib/AST/Interp/
H A DProgram.h
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp265 Matcher<Decl> RecordDecl = constructMatcher( in TEST_F() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp220 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h70 class RecordDecl; variable
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h55 class RecordDecl; variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp867 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); VisitCXXDestructor() local
/llvm-project/clang/tools/libclang/
H A DCXType.cpp190 if (const auto *RecordDecl = Type->getAsCXXRecordDecl()) { GetTemplateArguments() local
[all...]

12