Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp78 } 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
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.h22 class RecordDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTStructuralEquivalence.h30 class RecordDecl; variable
DCanonicalType.h38 class RecordDecl; variable
DASTMutationListener.h36 class RecordDecl; variable
DExternalASTSource.h48 class RecordDecl; variable
DDeclBase.h64 class RecordDecl; variable
DDecl.h69 class RecordDecl; variable
DStmt.h56 class RecordDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DProgram.h29 class RecordDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.h43 class RecordDecl; variable
DCodeGenTypes.cpp140 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
181 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTWriter.h83 class RecordDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h55 class RecordDecl; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSmartPtrModeling.cpp222 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp709 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp4490 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3420 const auto *RecordDecl = VD->getType()->getAsCXXRecordDecl(); in extractFunctorCallOperator() local
DSemaChecking.cpp16294 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument