Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1459 int getNumberOfConstructScopes(unsigned Level) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19328 E = OpenMP().getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable()
H A DSemaOpenMP.cpp4419 int SemaOpenMP::getNumberOfConstructScopes(unsigned Level) const { in getNumberOfConstructScopes() function in SemaOpenMP