Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10966 int getNumberOfConstructScopes(unsigned Level) const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp19177 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable()
H A DSemaOpenMP.cpp4617 int Sema::getNumberOfConstructScopes(unsigned Level) const { in getNumberOfConstructScopes() function in Sema