Home
last modified time | relevance | path

Searched refs:getRecordDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp605 RecordDecl *getRecordDecl(FieldDecl *FD) { in getRecordDecl() function
683 auto *R0 = getRecordDecl(Entry0); in TEST_F()
684 auto *R1 = getRecordDecl(Entry1); in TEST_F()
790 auto *R0 = getRecordDecl(Entry0); in TEST_F()
791 auto *R1 = getRecordDecl(Entry1); in TEST_F()
H A DASTImporterFixtures.h425 template <typename T> RecordDecl *getRecordDecl(T *D) { in getRecordDecl() function
H A DASTImporterTest.cpp1859 auto *From0 = getRecordDecl(Obj0); in TEST_P()
1862 auto *From1 = getRecordDecl(Obj1); in TEST_P()
3324 auto *R0 = getRecordDecl(Entry0); in TEST_P()
3325 auto *R1 = getRecordDecl(Entry1); in TEST_P()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp678 CXXRecordDecl *CXXMemberCallExpr::getRecordDecl() const { in getRecordDecl() function in CXXMemberCallExpr
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h216 CXXRecordDecl *getRecordDecl() const;