Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11318 int getNumberOfConstructScopes(unsigned Level) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19872 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable()
H A DSemaOpenMP.cpp4631 int Sema::getNumberOfConstructScopes(unsigned Level) const { in getNumberOfConstructScopes() function in Sema