Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h26 class OpenACCConstructStmt : public Stmt {
44 OpenACCConstructStmt(StmtClass SC, OpenACCDirectiveKind K, in OpenACCConstructStmt() function
74 return const_cast<OpenACCConstructStmt *>(this)->children(); in children()
81 class OpenACCAssociatedStmtConstruct : public OpenACCConstructStmt {
92 : OpenACCConstructStmt(SC, K, Start, DirectiveLoc, End), in OpenACCAssociatedStmtConstruct()
337 : public OpenACCConstructStmt,
342 : OpenACCConstructStmt(OpenACCEnterDataConstructClass, in OpenACCEnterDataConstruct()
351 : OpenACCConstructStmt(OpenACCEnterDataConstructClass, in OpenACCEnterDataConstruct()
370 : public OpenACCConstructStmt,
375 : OpenACCConstructStmt(OpenACCExitDataConstructClass, in OpenACCExitDataConstruct()
[all …]
H A DTextNodeDumper.h413 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
H A DASTNodeTraverser.h860 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt()
H A DRecursiveASTVisitor.h512 bool TraverseOpenACCConstructStmt(OpenACCConstructStmt *S);
4083 OpenACCConstructStmt *C) {
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td306 def OpenACCConstructStmt : StmtNode<Stmt, /*abstract=*/1>;
308 : StmtNode<OpenACCConstructStmt, /*abstract=*/1>;
313 def OpenACCEnterDataConstruct : StmtNode<OpenACCConstructStmt>;
314 def OpenACCExitDataConstruct : StmtNode<OpenACCConstructStmt>;
316 def OpenACCWaitConstruct : StmtNode<OpenACCConstructStmt>;
317 def OpenACCInitConstruct : StmtNode<OpenACCConstructStmt>;
318 def OpenACCShutdownConstruct : StmtNode<OpenACCConstructStmt>;
319 def OpenACCSetConstruct : StmtNode<OpenACCConstructStmt>;
320 def OpenACCUpdateConstruct : StmtNode<OpenACCConstructStmt>;
322 def OpenACCCacheConstruct : StmtNode<OpenACCConstructStmt>;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp132 void PrintOpenACCClauseList(OpenACCConstructStmt *S);
133 void PrintOpenACCConstruct(OpenACCConstructStmt *S);
1181 void StmtPrinter::PrintOpenACCClauseList(OpenACCConstructStmt *S) { in PrintOpenACCClauseList()
1188 void StmtPrinter::PrintOpenACCConstruct(OpenACCConstructStmt *S) { in PrintOpenACCConstruct()
H A DTextNodeDumper.cpp3061 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1668 if (isa<OpenACCConstructStmt>(CurStmt)) in FindInterveningCodeInLoop()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2916 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
H A DASTReaderStmt.cpp2839 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()