Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseCXXInlineMethods.cpp747 Actions.ActOnReenterFunctionContext(Actions.CurScope, D); in ParseLexedAttribute()
DParseOpenMP.cpp692 Actions.ActOnReenterFunctionContext(Actions.getCurScope(), D); in FNContextRAII()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h3543 void ActOnReenterFunctionContext(Scope* S, Decl* D);
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp1470 void Sema::ActOnReenterFunctionContext(Scope* S, Decl *D) { in ActOnReenterFunctionContext() function in Sema