Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp924 Actions.ActOnReenterFunctionContext(Actions.CurScope, D); in ParseLexedAttribute()
/external/clang/include/clang/Sema/
DSema.h1539 void ActOnReenterFunctionContext(Scope* S, Decl* D);
/external/clang/lib/Sema/
DSemaDecl.cpp971 void Sema::ActOnReenterFunctionContext(Scope* S, Decl *D) { in ActOnReenterFunctionContext() function in Sema