Lines Matching refs:RecordDecl

42 static RecordDecl *getRecordDeclFromAST(const ASTContext &C,  in getRecordDeclFromAST()
44 RecordDecl *RD = FirstDeclMatcher<RecordDecl>().match( in getRecordDeclFromAST()
49 static std::vector<std::string> getFieldNamesFromRecord(const RecordDecl *RD) { in getFieldNamesFromRecord()
81 const RecordDecl *LHSRD = in recordsEqual()
83 const RecordDecl *RHSRD = in recordsEqual()
135 long declCount(const RecordDecl *RD) { in declCount()
137 return isa<FieldDecl>(D) || isa<RecordDecl>(D); in declCount()
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()
348 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
374 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
415 const RecordDecl *RD = in TEST()
427 const RecordDecl *RD = in TEST()
439 const RecordDecl *RD = in TEST()
462 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
483 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
523 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
579 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
603 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()
625 const RecordDecl *RD = getRecordDeclFromAST(AST->getASTContext(), "test"); in TEST()