Home
last modified time | relevance | path

Searched refs:OMPCompareClause (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2277 class OMPCompareClause final : public OMPClause {
2283 OMPCompareClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCompareClause() function
2287 OMPCompareClause() in OMPCompareClause() function
H A DRecursiveASTVisitor.h3464 bool RecursiveASTVisitor<Derived>::VisitOMPCompareClause(OMPCompareClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp583 void OMPClauseProfiler::VisitOMPCompareClause(const OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DOpenMPClause.cpp1926 void OMPClausePrinter::VisitOMPCompareClause(OMPCompareClause *) { in VisitOMPCompareClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td98 let clangClass = "OMPCompareClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10459 C = new (Context) OMPCompareClause(); in readClause()
10858 void OMPClauseReader::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DASTWriter.cpp7222 void OMPClauseWriter::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10233 TreeTransform<Derived>::TransformOMPCompareClause(OMPCompareClause *C) { in TransformOMPCompareClause()
H A DSemaOpenMP.cpp16518 return new (getASTContext()) OMPCompareClause(StartLoc, EndLoc); in ActOnOpenMPCompareClause()