Searched refs:OpenACCConstructStmt (Results 1 – 8 of 8) sorted by relevance
25 class OpenACCConstructStmt : public Stmt {43 OpenACCConstructStmt(StmtClass SC, OpenACCDirectiveKind K, in OpenACCConstructStmt() function73 return const_cast<OpenACCConstructStmt *>(this)->children(); in children()80 class OpenACCAssociatedStmtConstruct : public OpenACCConstructStmt {91 : OpenACCConstructStmt(SC, K, Start, DirectiveLoc, End), in OpenACCAssociatedStmtConstruct()
410 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
811 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt()
510 bool TraverseOpenACCConstructStmt(OpenACCConstructStmt *S);3974 OpenACCConstructStmt *C) {
304 def OpenACCConstructStmt : StmtNode<Stmt, /*abstract=*/1>;306 : StmtNode<OpenACCConstructStmt, /*abstract=*/1>;
2877 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
2881 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
2811 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()