Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp84 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D, in ParseCXXInlineMethodDef()
HDParseDeclCXX.cpp3245 ThisDecl = Actions.ActOnFriendFunctionDecl(getCurScope(), DeclaratorInfo, in ParseCXXClassMemberDeclaration()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5541 NamedDecl *ActOnFriendFunctionDecl(Scope *S, Declarator &D,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp17607 NamedDecl *Sema::ActOnFriendFunctionDecl(Scope *S, Declarator &D, in ActOnFriendFunctionDecl() function in Sema