Searched refs:FnD (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp37 NamedDecl *FnD; local
39 FnD = Actions.ActOnFriendFunctionDecl(getCurScope(), D,
42 FnD = Actions.ActOnCXXMemberDeclarator(getCurScope(), AS, D,
45 if (FnD) {
46 Actions.ProcessDeclAttributeList(getCurScope(), FnD, AccessAttrs); local
48 Actions.ActOnPureSpecifier(FnD, PureSpecLoc);
52 if (FnD)
53 HandleMemberFunctionDeclDelays(D, FnD);
55 D.complete(FnD);
58 if (!FnD) {
[all...]
H A DParser.cpp1212 FunctionDecl *FnD = DP->getAsFunction(); local
1213 Actions.CheckForFunctionRedefinition(FnD);
1214 Actions.MarkAsLateParsedTemplate(FnD, DP, Toks);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10690 void Sema::MarkAsLateParsedTemplate(FunctionDecl *FD, Decl *FnD, argument
10699 LPT->D = FnD;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6617 void MarkAsLateParsedTemplate(FunctionDecl *FD, Decl *FnD,

Completed in 161 milliseconds