Home
last modified time | relevance | path

Searched refs:ActOnReenterFunctionContext (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp728 Actions.ActOnReenterFunctionContext(Actions.CurScope, D); in ParseLexedAttribute()
H A DParseOpenMP.cpp684 Actions.ActOnReenterFunctionContext(Actions.getCurScope(), D); in FNContextRAII()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3202 void ActOnReenterFunctionContext(Scope* S, Decl* D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1408 void Sema::ActOnReenterFunctionContext(Scope* S, Decl *D) { in ActOnReenterFunctionContext() function in Sema