Searched defs:VisitOMPLinearClause (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ | ||
H A D | StmtProfile.cpp | 743 void OMPClauseProfiler::VisitOMPLinearClause(const OMPLinearClause *C) { in VisitOMPLinearClause() function in __anonf5a685610211::OMPClauseProfiler |
H A D | OpenMPClause.cpp | 2160 void OMPClausePrinter::VisitOMPLinearClause(OMPLinearClause *Node) { in VisitOMPLinearClause() function in OMPClausePrinter |
/openbsd-src/gnu/llvm/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 6689 void OMPClauseWriter::VisitOMPLinearClause(OMPLinearClause *C) { in VisitOMPLinearClause() function in OMPClauseWriter |
H A D | ASTReader.cpp | 10702 void OMPClauseReader::VisitOMPLinearClause(OMPLinearClause *C) { in VisitOMPLinearClause() function in OMPClauseReader |
/openbsd-src/gnu/llvm/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 2600 void OMPClauseEnqueue::VisitOMPLinearClause(const OMPLinearClause *C) { in VisitOMPLinearClause() function in __anone3c1fc710311::OMPClauseEnqueue |