Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp558 void OMPClauseProfiler::VisitOMPCompareClause(const OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DOpenMPClause.cpp1846 void OMPClausePrinter::VisitOMPCompareClause(OMPCompareClause *) { in VisitOMPCompareClause() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h2235 class OMPCompareClause final : public OMPClause {
2241 OMPCompareClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCompareClause() function
2245 OMPCompareClause() in OMPCompareClause() function
H A DRecursiveASTVisitor.h3365 bool RecursiveASTVisitor<Derived>::VisitOMPCompareClause(OMPCompareClause *) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td201 def OMPC_Compare : Clause<"compare"> { let clangClass = "OMPCompareClause"; }
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11581 C = new (Context) OMPCompareClause(); in readClause()
11950 void OMPClauseReader::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
H A DASTWriter.cpp6333 void OMPClauseWriter::VisitOMPCompareClause(OMPCompareClause *) {} in VisitOMPCompareClause() argument
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2376 void OMPClauseEnqueue::VisitOMPCompareClause(const OMPCompareClause *) {} in VisitOMPCompareClause() argument
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9613 TreeTransform<Derived>::TransformOMPCompareClause(OMPCompareClause *C) { in TransformOMPCompareClause()
H A DSemaOpenMP.cpp17147 return new (Context) OMPCompareClause(StartLoc, EndLoc); in ActOnOpenMPCompareClause()