Home
last modified time | relevance | path

Searched defs:recordDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h182 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
H A DAbstractBasicReader.h199 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp181 const RecordDecl *recordDecl; member
208 const RecordDecl *recordDecl, bool packed) in CIRRecordLowering()
H A DCIRGenTypes.cpp94 std::string CIRGenTypes::getRecordTypeName(const clang::RecordDecl *recordDecl, in getRecordTypeName()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp770 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3970 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local