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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.h
  181 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6784   return isAllowedClauseForDirective(Node.getDirectiveKind(), CKind);
tools/clang/lib/Parse/ParseOpenMP.cpp
 1966   if (CKind != OMPC_unknown && !isAllowedClauseForDirective(DKind, CKind)) {