Home
last modified time | relevance | path

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

/freebsd-src/contrib/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; variable
H A DStmt.h65 class RecordDecl; variable
H A DASTMutationListener.h36 class RecordDecl; global() variable
H A DExternalASTSource.h48 class RecordDecl; global() variable
H A DDeclBase.h60 class RecordDecl; global() variable
332 friend class RecordDecl; global() variable
H A DDecl.h69 class RecordDecl; variable
[all...]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h22 class RecordDecl; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h38 class RecordDecl; variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h29 class RecordDecl; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h71 class RecordDecl; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp867 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp220 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h55 class RecordDecl; variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4936 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, RecordDecl() function in RecordDecl
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3524 const auto *RecordDecl = VD->getType()->getAsCXXRecordDecl(); extractFunctorCallOperator() local
[all...]
H A DSemaChecking.cpp19483 RefersToMemberWithReducedAlignment(Expr * E,llvm::function_ref<void (Expr *,RecordDecl *,FieldDecl *,CharUnits)> Action) RefersToMemberWithReducedAlignment() argument
[all...]