Home
last modified time | relevance | path

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

/freebsd-14.2/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.h3394 bool RecursiveASTVisitor<Derived>::VisitOMPCompareClause(OMPCompareClause *) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td211 def OMPC_Compare : Clause<"compare"> { let clangClass = "OMPCompareClause"; }
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10318 C = new (Context) OMPCompareClause(); in readClause()
10714 void OMPClauseReader::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DASTWriter.cpp6643 void OMPClauseWriter::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9904 TreeTransform<Derived>::TransformOMPCompareClause(OMPCompareClause *C) { in TransformOMPCompareClause()
H A DSemaOpenMP.cpp17738 return new (Context) OMPCompareClause(StartLoc, EndLoc); in ActOnOpenMPCompareClause()