Home | History | Annotate | Download | only in Sema

Lines Matching refs:ActOnCXXEnterDeclaratorScope

915 /// ActOnCXXEnterDeclaratorScope - Called when a C++ scope specifier (global
921 bool Sema::ActOnCXXEnterDeclaratorScope(Scope *S, CXXScopeSpec &SS) {
944 /// invoked ActOnCXXEnterDeclaratorScope(), is finished. 'SS' is the same
945 /// CXXScopeSpec that was passed to ActOnCXXEnterDeclaratorScope as well.