Home
last modified time | relevance | path

Searched refs:LinearArgs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6831 llvm::DenseMap<const Decl *, const Expr *> LinearArgs; in ActOnOpenMPDeclareSimdDirective() local
6846 if (auto It = LinearArgs.find(CanonPVD); It != LinearArgs.end()) { in ActOnOpenMPDeclareSimdDirective()
6866 LinearArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()