Searched defs:VisitOpenACCConstructStmt (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 811 void VisitOpenACCConstructStmt(const OpenACCConstructStmt *Node) { VisitOpenACCConstructStmt() function |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2873 void ASTStmtWriter::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { VisitOpenACCConstructStmt() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2806 void ASTStmtReader::VisitOpenACCConstructStmt(OpenACCConstructStmt *S) { VisitOpenACCConstructStmt() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | TextNodeDumper.cpp | 2877 void TextNodeDumper::VisitOpenACCConstructStmt(const OpenACCConstructStmt *S) { VisitOpenACCConstructStmt() function in TextNodeDumper |