reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  315 OPENMP_CLAUSE(hint, OMPHintClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 5478       : OMPClause(OMPC_hint, StartLoc, EndLoc), LParenLoc(LParenLoc),
 5482   OMPHintClause() : OMPClause(OMPC_hint, SourceLocation(), SourceLocation()) {}
 5507     return T->getClauseKind() == OMPC_hint;
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 3315   TRY_TO(TraverseStmt(C->getHint()));
tools/clang/include/clang/Basic/OpenMPKinds.def
  745 OPENMP_CRITICAL_CLAUSE(hint)
tools/clang/lib/AST/OpenMPClause.cpp
  123   case OMPC_hint:
  201   case OMPC_hint:
tools/clang/lib/Basic/OpenMPKinds.cpp
  198   case OMPC_hint:
  392   case OMPC_hint:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4062   case OMPC_hint:
tools/clang/lib/Parse/ParseOpenMP.cpp
 1986   case OMPC_hint:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4615       case OMPC_hint:
 7868     if (C->getClauseKind() == OMPC_hint) {
10275   case OMPC_hint:
10952   case OMPC_hint:
11373   case OMPC_hint:
11554   case OMPC_hint:
11767   case OMPC_hint:
11975   case OMPC_hint:
16062   ExprResult HintExpr = VerifyPositiveIntegerConstantInClause(Hint, OMPC_hint);
tools/clang/lib/Sema/TreeTransform.h
 9155   ExprResult E = getDerived().TransformExpr(C->getHint());
 9158   return getDerived().RebuildOMPHintClause(E.get(), C->getBeginLoc(),
 9159                                            C->getLParenLoc(), C->getEndLoc());
 9159                                            C->getLParenLoc(), C->getEndLoc());
tools/clang/lib/Serialization/ASTReader.cpp
12424   case OMPC_hint: