Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h556 bool isOpenACCLoopConstructScope() const { in isOpenACCLoopConstructScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp612 if (CurScope->isOpenACCLoopConstructScope()) in CheckDeclReference()