Searched defs:getRecordDecl (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/unittests/AST/ | ||
H A D | ASTImporterFixtures.h | 427 template <typename T> RecordDecl *getRecordDecl(T *D) { in getRecordDecl() function |
H A D | StructuralEquivalenceTest.cpp | 613 RecordDecl *getRecordDecl(FieldDecl *FD) { in getRecordDecl() function |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprCXX.cpp | 729 CXXRecordDecl *CXXMemberCallExpr::getRecordDecl() const { getRecordDecl() function in CXXMemberCallExpr |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaInit.cpp | 1072 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { getRecordDecl() function in InitListChecker |