Searched refs:OMPHintClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5488 class OMPHintClause : public OMPClause { class in namespace:clang
5507 OMPHintClause(Expr *Hint, SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPHintClause
5513 OMPHintClause() : OMPClause(OMPC_hint, SourceLocation(), SourceLocation()) {} function in class:clang::OMPHintClause
H A DRecursiveASTVisitor.h3390 bool RecursiveASTVisitor<Derived>::VisitOMPHintClause(OMPHintClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp754 void OMPClauseProfiler::VisitOMPHintClause(const OMPHintClause *C) {
H A DOpenMPClause.cpp1377 void OMPClausePrinter::VisitOMPHintClause(OMPHintClause *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8249 Expr *E = cast<OMPHintClause>(C)->getHint();
8270 if (const auto *C = Pair.first->getSingleClause<OMPHintClause>()) {
16678 OMPHintClause(HintExpr.get(), StartLoc, LParenLoc, EndLoc);
H A DTreeTransform.h9295 OMPClause *TreeTransform<Derived>::TransformOMPHintClause(OMPHintClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6426 void OMPClauseWriter::VisitOMPHintClause(OMPHintClause *C) {
H A DASTReader.cpp11674 C = new (Context) OMPHintClause();
12265 void OMPClauseReader::VisitOMPHintClause(OMPHintClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3031 if (const auto *HintClause = S.getSingleClause<OMPHintClause>())

Completed in 332 milliseconds