Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h410 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *S);
H A DASTNodeTraverser.h811 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { in VisitOpenACCConstructStmt() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2881 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in ASTStmtWriter
2891 VisitOpenACCConstructStmt(S); in VisitOpenACCAssociatedStmtConstruct()
H A DASTReaderStmt.cpp2811 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in ASTStmtReader
2821 VisitOpenACCConstructStmt(S); in VisitOpenACCAssociatedStmtConstruct()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2877 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { in VisitOpenACCConstructStmt() function in TextNodeDumper