Searched refs:VisitOpenACCConstructStmt (Results 1 – 5 of 5) sorted by relevance
410 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
811 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt() function
2881 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in ASTStmtWriter2891 VisitOpenACCConstructStmt(S); in VisitOpenACCAssociatedStmtConstruct()
2811 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in ASTStmtReader2821 VisitOpenACCConstructStmt(S); in VisitOpenACCAssociatedStmtConstruct()
2877 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in TextNodeDumper