Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchers.rst30 in the AST of a translation unit, you can call `recordDecl()
34 call ``recordDecl(hasName("Foo"))`` returns a matcher that matches classes or
39 "``Bar``": ``recordDecl(hasName("Foo"), isDerivedFrom("Bar"))``.
81 are bindable; for example, ``recordDecl(hasName("MyClass")).bind("id")`` will
82 bind the matched ``recordDecl`` node to the string "``id``", to be later
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp69 recordDecl(hasName("std::unordered_set") in matchUnorderedIterWithPointers()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp510 REGISTER_MATCHER(recordDecl); in RegistryMaps()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp744 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl; variable
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h429 extern const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4104 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local
4108 S.isCFError(recordDecl)) { in classifyPointerDeclarator()