Searched defs:VisitOMPBarrierDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2589 void ASTStmtWriter::VisitOMPBarrierDirective(OMPBarrierDirective *D) { VisitOMPBarrierDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2523 void ASTStmtReader::VisitOMPBarrierDirective(OMPBarrierDirective *D) { VisitOMPBarrierDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 850 void StmtPrinter::VisitOMPBarrierDirective(OMPBarrierDirective *Node) { VisitOMPBarrierDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 1054 void StmtProfiler::VisitOMPBarrierDirective(const OMPBarrierDirective *S) { VisitOMPBarrierDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3294 void EnqueueVisitor::VisitOMPBarrierDirective(const OMPBarrierDirective *D) { VisitOMPBarrierDirective() function in EnqueueVisitor |