Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp2071 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2109 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2120 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2143 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/include/clang/Sema/
DSema.h5096 void ActOnCXXExitDeclInitializer(Scope *S, Decl *Dcl);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13339 void Sema::ActOnCXXExitDeclInitializer(Scope *S, Decl *D) { in ActOnCXXExitDeclInitializer() function in Sema