Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp239 OpenMPDirectiveKind getDirectiveForScope(const Scope *S) const;
734 OpenMPDirectiveKind DSAStackTy::getDirectiveForScope(const Scope *S) const { in getDirectiveForScope() function in DSAStackTy
755 auto DKind = DSAStack->getDirectiveForScope(RSI->TheScope); in IsOpenMPCapturedByRef()