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

Declarations

tools/clang/include/clang/Sema/Sema.h
10059   OMPClause *ActOnOpenMPPriorityClause(Expr *Priority, SourceLocation StartLoc,

References

tools/clang/lib/Sema/SemaOpenMP.cpp
10267     Res = ActOnOpenMPPriorityClause(Expr, StartLoc, LParenLoc, EndLoc);
tools/clang/lib/Sema/TreeTransform.h
 1894     return getSema().ActOnOpenMPPriorityClause(Priority, StartLoc, LParenLoc,