Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
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()
DASTImporterFixtures.h424 template <typename T> RecordDecl *getRecordDecl(T *D) { in getRecordDecl() function
DASTImporterTest.cpp1648 auto *From0 = getRecordDecl(Obj0); in TEST_P()
1651 auto *From1 = getRecordDecl(Obj1); in TEST_P()
3048 auto *R0 = getRecordDecl(Entry0); in TEST_P()
3049 auto *R1 = getRecordDecl(Entry1); in TEST_P()
/external/clang/lib/AST/
DExprCXX.cpp481 CXXRecordDecl *CXXMemberCallExpr::getRecordDecl() const { in getRecordDecl() function in CXXMemberCallExpr
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp676 CXXRecordDecl *CXXMemberCallExpr::getRecordDecl() const { in getRecordDecl() function in CXXMemberCallExpr
/external/clang/include/clang/AST/
DExprCXX.h144 CXXRecordDecl *getRecordDecl() const;
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h216 CXXRecordDecl *getRecordDecl() const;