Searched defs:VisitOMPErrorDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2602 void ASTStmtWriter::VisitOMPErrorDirective(OMPErrorDirective *D) { VisitOMPErrorDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2535 void ASTStmtReader::VisitOMPErrorDirective(OMPErrorDirective *D) { VisitOMPErrorDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 860 void StmtPrinter::VisitOMPErrorDirective(OMPErrorDirective *Node) { VisitOMPErrorDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1062 void StmtProfiler::VisitOMPErrorDirective(const OMPErrorDirective *S) { VisitOMPErrorDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3302 void EnqueueVisitor::VisitOMPErrorDirective(const OMPErrorDirective *D) { VisitOMPErrorDirective() function in EnqueueVisitor |