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

Declarations

tools/clang/include/clang/Sema/Sema.h
 9767   bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 4881           (void)CheckOpenMPLinearDecl(CanonPVD, E->getExprLoc(), LinKind,
 4901       (void)CheckOpenMPLinearDecl(/*D=*/nullptr, E->getExprLoc(), LinKind,
13836     if (CheckOpenMPLinearDecl(D, ELoc, LinKind, Type))