Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp397 Actions.ActOnReenterFunctionContext(Actions.getCurScope(), D); in FNContextRAII()
DParseDecl.cpp1248 Actions.ActOnReenterFunctionContext(Actions.CurScope, D); in ParseLexedAttribute()
/external/clang/include/clang/Sema/
DSema.h2096 void ActOnReenterFunctionContext(Scope* S, Decl* D);
/external/clang/lib/Sema/
DSemaDecl.cpp1190 void Sema::ActOnReenterFunctionContext(Scope* S, Decl *D) { in ActOnReenterFunctionContext() function in Sema