Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp524 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D); in ParseLexedMethodDef()
DParseTemplate.cpp1389 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()
DParser.cpp1091 Decl *Res = Actions.ActOnStartOfFunctionDef(getCurScope(), D, in ParseFunctionDefinition()
DParseObjc.cpp3653 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
/external/clang/include/clang/Sema/
DSema.h1789 Decl *ActOnStartOfFunctionDef(Scope *S, Declarator &D,
1792 Decl *ActOnStartOfFunctionDef(Scope *S, Decl *D,
/external/clang/lib/Sema/
DSemaDecl.cpp11072 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() function in Sema
11081 return ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody); in ActOnStartOfFunctionDef()
11232 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() function in Sema
DSemaTemplateInstantiateDecl.cpp3657 ActOnStartOfFunctionDef(nullptr, Function); in InstantiateFunctionDefinition()