Searched refs:ActOnCXXExitDeclaratorScope (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp900 /// ActOnCXXExitDeclaratorScope is called.
924 /// ActOnCXXExitDeclaratorScope - Called when a declarator that previously
929 void Sema::ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS) { function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2058 P.Actions.ActOnCXXExitDeclaratorScope(P.getCurScope(), SS);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4471 /// ActOnCXXExitDeclaratorScope is called.
4475 /// ActOnCXXExitDeclaratorScope - Called when a declarator that previously
4480 void ActOnCXXExitDeclaratorScope(Scope *S, const CXXScopeSpec &SS);

Completed in 94 milliseconds