Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6584 class OMPHintClause : public OMPClause {
6603 OMPHintClause(Expr *Hint, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPHintClause() function
6609 OMPHintClause() in OMPHintClause() function
H A DRecursiveASTVisitor.h3834 bool RecursiveASTVisitor<Derived>::VisitOMPHintClause(OMPHintClause *C) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp871 void OMPClauseProfiler::VisitOMPHintClause(const OMPHintClause *C) { in VisitOMPHintClause()
H A DOpenMPClause.cpp2019 void OMPClausePrinter::VisitOMPHintClause(OMPHintClause *Node) { in VisitOMPHintClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td196 let clangClass = "OMPHintClause";
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4398 if (const auto *HintClause = S.getSingleClause<OMPHintClause>()) in EmitOMPCriticalDirective()
4433 if (const auto *HintClause = S.getSingleClause<OMPHintClause>()) in EmitOMPCriticalDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10591 C = new (Context) OMPHintClause(); in readClause()
11396 void OMPClauseReader::VisitOMPHintClause(OMPHintClause *C) { in VisitOMPHintClause()
H A DASTWriter.cpp7592 void OMPClauseWriter::VisitOMPHintClause(OMPHintClause *C) { in VisitOMPHintClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10816 Expr *E = cast<OMPHintClause>(C)->getHint(); in ActOnOpenMPCriticalDirective()
10837 if (const auto *C = Pair.first->getSingleClause<OMPHintClause>()) { in ActOnOpenMPCriticalDirective()
21863 OMPHintClause(HintExpr.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPHintClause()
H A DTreeTransform.h10926 OMPClause *TreeTransform<Derived>::TransformOMPHintClause(OMPHintClause *C) { in TransformOMPHintClause()