Searched refs:ActOnFunctionDeclarator (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 5122 New = ActOnFunctionDeclarator(S, D, DC, TInfo, Previous, in HandleDeclarator() 7230 Result = SemaRef.ActOnFunctionDeclarator( in DiagnoseInvalidRedeclaration() 7658 Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, in ActOnFunctionDeclarator() function in Sema
|
D | SemaDeclCXX.cpp | 12957 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 5871 New = ActOnFunctionDeclarator(S, D, DC, TInfo, Previous, in HandleDeclarator() 8305 Result = SemaRef.ActOnFunctionDeclarator( in DiagnoseInvalidRedeclaration() 8858 Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, in ActOnFunctionDeclarator() function in Sema
|
D | SemaDeclCXX.cpp | 16658 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1722 NamedDecl* ActOnFunctionDeclarator(Scope* S, Declarator& D, DeclContext* DC,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 2533 NamedDecl* ActOnFunctionDeclarator(Scope* S, Declarator& D, DeclContext* DC,
|