Home
last modified time | relevance | path

Searched refs:RecDecl (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DRenamerClangTidyCheck.cpp201 const NamedDecl *findDecl(const RecordDecl &RecDecl, StringRef DeclName) { in findDecl() argument
202 for (const Decl *D : RecDecl.decls()) { in findDecl()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1916 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local
1917 if (RecDecl->getDeclContext() == Owner && !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()
/external/clang/lib/AST/
DASTImporter.cpp1057 const RecordDecl *RecDecl = RecType->getDecl(); in findUntaggedStructOrUnionIndex() local
1058 if (RecDecl->getDeclContext() == Owner && in findUntaggedStructOrUnionIndex()
1059 !RecDecl->getIdentifier()) { in findUntaggedStructOrUnionIndex()