Searched refs:OpenACCConstructStmt (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 26 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 D | TextNodeDumper.h | 413 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
|
| H A D | ASTNodeTraverser.h | 860 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt()
|
| H A D | RecursiveASTVisitor.h | 512 bool TraverseOpenACCConstructStmt(OpenACCConstructStmt *S); 4083 OpenACCConstructStmt *C) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 306 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 D | StmtPrinter.cpp | 132 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 D | TextNodeDumper.cpp | 3061 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACC.cpp | 1668 if (isa<OpenACCConstructStmt>(CurStmt)) in FindInterveningCodeInLoop()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 2916 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
|
| H A D | ASTReaderStmt.cpp | 2839 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt()
|