Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1388 void popOpenMPFunctionRegion(const sema::FunctionScopeInfo *OldFSI);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2286 OpenMP().popOpenMPFunctionRegion(Scope.get()); in PopFunctionScopeInfo()
H A DSemaOpenMP.cpp2034 void SemaOpenMP::popOpenMPFunctionRegion(const FunctionScopeInfo *OldFSI) { in popOpenMPFunctionRegion() function in SemaOpenMP