Home
last modified time | relevance | path

Searched refs:VisitOpenACCConstructStmt (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h410 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
HDASTNodeTraverser.h811 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp2881 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in ASTStmtWriter
2891 VisitOpenACCConstructStmt(S); in VisitOpenACCAssociatedStmtConstruct()
HDASTReaderStmt.cpp2811 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in ASTStmtReader
2821 VisitOpenACCConstructStmt(S); in VisitOpenACCAssociatedStmtConstruct()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp2877 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in TextNodeDumper