Searched refs:ActOnFunctionDeclarator (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 4989 New = ActOnFunctionDeclarator(S, D, DC, TInfo, Previous, in HandleDeclarator() 6951 Result = SemaRef.ActOnFunctionDeclarator( in DiagnoseInvalidRedeclaration() 7379 Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, in ActOnFunctionDeclarator() function in Sema
|
D | SemaDeclCXX.cpp | 12717 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1673 NamedDecl* ActOnFunctionDeclarator(Scope* S, Declarator& D, DeclContext* DC,
|