Home
last modified time | relevance | path

Searched refs:OpenACCConstructStmt (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h25 class OpenACCConstructStmt : public Stmt {
43 OpenACCConstructStmt(StmtClass SC, OpenACCDirectiveKind K, in OpenACCConstructStmt() function
73 return const_cast<OpenACCConstructStmt *>(this)->children(); in children()
80 class OpenACCAssociatedStmtConstruct : public OpenACCConstructStmt {
91 : OpenACCConstructStmt(SC, K, Start, DirectiveLoc, End), in OpenACCAssociatedStmtConstruct()
H A DTextNodeDumper.h410 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
H A DASTNodeTraverser.h811 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt()
H A DRecursiveASTVisitor.h510 bool TraverseOpenACCConstructStmt(OpenACCConstructStmt *S);
3974 OpenACCConstructStmt *C) {
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td304 def OpenACCConstructStmt : StmtNode<Stmt, /*abstract=*/1>;
306 : StmtNode<OpenACCConstructStmt, /*abstract=*/1>;
/src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2877 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2881 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
H A DASTReaderStmt.cpp2811 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()