Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRandstruct.h25 class RecordDecl; variable
H A DCanonicalType.h38 class RecordDecl; variable
H A DStmt.h65 class RecordDecl; variable
H A DASTMutationListener.h37 class RecordDecl; variable
H A DDeclBase.h61 class RecordDecl; variable
333 friend class RecordDecl; variable
H A DExternalASTSource.h50 class RecordDecl; variable
H A DDecl.h69 class RecordDecl; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h22 class RecordDecl; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h38 class RecordDecl; variable
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.h29 class RecordDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h70 class RecordDecl; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp220 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h55 class RecordDecl; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp867 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4984 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3530 const auto *RecordDecl = VD->getType()->getAsCXXRecordDecl(); in extractFunctorCallOperator() local
H A DSemaChecking.cpp14144 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument