Searched refs:CheckOpenMPLinearDecl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 781 bool CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 6944 (void)CheckOpenMPLinearDecl(CanonPVD, E->getExprLoc(), LinKind, in ActOnOpenMPDeclareSimdDirective() 6965 (void)CheckOpenMPLinearDecl(/*D=*/nullptr, E->getExprLoc(), LinKind, in ActOnOpenMPDeclareSimdDirective() 19038 bool SemaOpenMP::CheckOpenMPLinearDecl(const ValueDecl *D, SourceLocation ELoc, in CheckOpenMPLinearDecl() function in SemaOpenMP 19130 if (CheckOpenMPLinearDecl(D, ELoc, LinKind, Type)) in ActOnOpenMPLinearClause()
|