Searched defs:VisitOMPForSimdDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2448 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { VisitOMPForSimdDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2446 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { VisitOMPForSimdDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 771 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { VisitOMPForSimdDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 992 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { VisitOMPForSimdDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3235 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { VisitOMPForSimdDirective() function in EnqueueVisitor |