Home
last modified time | relevance | path

Searched refs:recordDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h186 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
187 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()
188 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h199 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
200 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp69 recordDecl(hasName("std::unordered_set") in matchUnorderedIterWithPointers()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp510 REGISTER_MATCHER(recordDecl); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp744 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h429 extern const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4137 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local
4141 S.isCFError(recordDecl)) { in classifyPointerDeclarator()