Searched refs:getRecordDeclFromAST (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | RandstructTest.cpp | 42 static RecordDecl *getRecordDeclFromAST(const ASTContext &C, in getRecordDeclFromAST() function 82 getRecordDeclFromAST(LHS->getASTContext(), RecordName); in recordsEqual() 84 getRecordDeclFromAST(LHS->getASTContext(), RecordName); in recordsEqual() 167 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST() 187 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST() 207 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST() 294 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST() 322 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST() 416 getRecordDeclFromAST(AST->getASTContext(), "test_struct"); in TEST() 428 getRecordDeclFromAST(AST->getASTContext(), "another_struct"); in TEST() [all …]
|