Searched defs:VisitOMPSimdDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2421 void ASTStmtWriter::VisitOMPSimdDirective(OMPSimdDirective *D) { VisitOMPSimdDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2423 void ASTStmtReader::VisitOMPSimdDirective(OMPSimdDirective *D) { VisitOMPSimdDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 751 void StmtPrinter::VisitOMPSimdDirective(OMPSimdDirective *Node) { VisitOMPSimdDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 971 void StmtProfiler::VisitOMPSimdDirective(const OMPSimdDirective *S) { VisitOMPSimdDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3214 void EnqueueVisitor::VisitOMPSimdDirective(const OMPSimdDirective *D) { VisitOMPSimdDirective() function in EnqueueVisitor |