Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/ !
H A DAbstractBasicWriter.h183 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
184 asImpl().writeDeclRef(recordDecl); in writeLValuePathSerializationHelper()
185 elemTy = ctx.getRecordType(recordDecl); in writeLValuePathSerializationHelper()
H A DAbstractBasicReader.h200 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
201 elemTy = getASTContext().getRecordType(recordDecl); in readLValuePathSerializationHelper()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ !
H A DPointerIterationChecker.cpp69 recordDecl(hasName("std::unordered_set") in matchUnorderedIterWithPointers()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ !
H A DRegistry.cpp549 REGISTER_MATCHER(recordDecl); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ !
H A DUncheckedOptionalAccessModel.cpp212 return recordDecl(hasAnyName("std::in_place_t", "absl::in_place_t", in inPlaceClass()
/src/contrib/llvm-project/clang/lib/ASTMatchers/ !
H A DASTMatchersInternal.cpp745 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/ !
H A DASTMatchers.h433 extern const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaType.cpp3917 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local
3921 S.ObjC().isCFError(recordDecl)) { in classifyPointerDeclarator()