Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicWriter.h186 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp744 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4104 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local