Home
last modified time | relevance | path

Searched refs:ActOnFriendFunctionDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp39 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D, in ParseCXXInlineMethodDef()
H A DParseDeclCXX.cpp2868 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo, in ParseCXXClassMemberDeclaration()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7126 NamedDecl *ActOnFriendFunctionDecl(Scope *S, Declarator &D,
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp16483 NamedDecl *Sema::ActOnFriendFunctionDecl(Scope *S, Declarator &D, in ActOnFriendFunctionDecl() function in Sema