Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDRandstruct.h25 class RecordDecl; variable
HDASTStructuralEquivalence.h30 class RecordDecl; variable
HDCanonicalType.h38 class RecordDecl; variable
HDASTMutationListener.h37 class RecordDecl; variable
HDDeclBase.h61 class RecordDecl; variable
333 friend class RecordDecl; variable
HDExternalASTSource.h50 class RecordDecl; variable
HDDecl.h69 class RecordDecl; variable
HDStmt.h65 class RecordDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
HDUSRFindingAction.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
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.h22 class RecordDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTypes.h38 class RecordDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDProgram.h29 class RecordDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDSmartPtrModeling.cpp220 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h70 class RecordDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h55 class RecordDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp867 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp4984 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp3530 const auto *RecordDecl = VD->getType()->getAsCXXRecordDecl(); in extractFunctorCallOperator() local
HDSemaChecking.cpp14144 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument