Searched refs:ActOnFriendFunctionDecl (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 42 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D, in ParseCXXInlineMethodDef()
|
D | ParseDeclCXX.cpp | 2596 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo, in ParseCXXClassMemberDeclaration()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 39 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D, in ParseCXXInlineMethodDef()
|
D | ParseDeclCXX.cpp | 2847 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo, in ParseCXXClassMemberDeclaration()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5456 NamedDecl *ActOnFriendFunctionDecl(Scope *S, Declarator &D,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6979 NamedDecl *ActOnFriendFunctionDecl(Scope *S, Declarator &D,
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12696 NamedDecl *Sema::ActOnFriendFunctionDecl(Scope *S, Declarator &D, in ActOnFriendFunctionDecl() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 16409 NamedDecl *Sema::ActOnFriendFunctionDecl(Scope *S, Declarator &D, in ActOnFriendFunctionDecl() function in Sema
|