Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DSema.h10086 int getNumberOfConstructScopes(unsigned Level) const;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp17513 for (int I = 1, E = getNumberOfConstructScopes(RSI->OpenMPLevel); in tryCaptureVariable()
DSemaOpenMP.cpp4167 int Sema::getNumberOfConstructScopes(unsigned Level) const { in getNumberOfConstructScopes() function in Sema