Searched defs:OMPHintClause (Results 1 - 1 of 1) sorted by path

/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

Completed in 149 milliseconds