Home
last modified time | relevance | path

Searched refs:ActOnStartOfFunctionDef (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp559 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D); in ParseLexedMethodDef()
H A DParseTemplate.cpp1747 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()
H A DParser.cpp1396 Decl *Res = Actions.ActOnStartOfFunctionDef(getCurScope(), D, in ParseFunctionDefinition()
H A DParseObjc.cpp3732 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3068 Decl *ActOnStartOfFunctionDef(Scope *S, Declarator &D,
3072 Decl *ActOnStartOfFunctionDef(Scope *S, Decl *D,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp14896 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() function in Sema
14917 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef()
15100 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() function in Sema
H A DSemaTemplateInstantiateDecl.cpp5054 ActOnStartOfFunctionDef(nullptr, Function); in InstantiateFunctionDefinition()