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.h2774 class OMPCompareClause final : public OMPClause {
2780 OMPCompareClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCompareClause() function
2784 OMPCompareClause() in OMPCompareClause() function
H A DRecursiveASTVisitor.h3535 bool RecursiveASTVisitor<Derived>::VisitOMPCompareClause(OMPCompareClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp596 void OMPClauseProfiler::VisitOMPCompareClause(const OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DOpenMPClause.cpp2033 void OMPClausePrinter::VisitOMPCompareClause(OMPCompareClause *) { in VisitOMPCompareClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td127 let clangClass = "OMPCompareClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11151 C = new (Context) OMPCompareClause(); in readClause()
11586 void OMPClauseReader::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DASTWriter.cpp7909 void OMPClauseWriter::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10694 TreeTransform<Derived>::TransformOMPCompareClause(OMPCompareClause *C) { in TransformOMPCompareClause()
H A DSemaOpenMP.cpp17104 return new (getASTContext()) OMPCompareClause(StartLoc, EndLoc); in ActOnOpenMPCompareClause()