Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp2035 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2072 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2083 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
2106 Actions.ActOnCXXExitDeclInitializer(getCurScope(), ThisDecl); in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/include/clang/Sema/
DSema.h4979 void ActOnCXXExitDeclInitializer(Scope *S, Decl *Dcl);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13122 void Sema::ActOnCXXExitDeclInitializer(Scope *S, Decl *D) { in ActOnCXXExitDeclInitializer() function in Sema