Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp517 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D); in ParseLexedMethodDef()
DParseTemplate.cpp1372 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()
DParser.cpp1072 Decl *Res = Actions.ActOnStartOfFunctionDef(getCurScope(), D, in ParseFunctionDefinition()
DParseObjc.cpp3596 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
/external/clang/include/clang/Sema/
DSema.h1740 Decl *ActOnStartOfFunctionDef(Scope *S, Declarator &D,
1743 Decl *ActOnStartOfFunctionDef(Scope *S, Decl *D,
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3483 ActOnStartOfFunctionDef(nullptr, Function); in InstantiateFunctionDefinition()
DSemaDecl.cpp10662 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() function in Sema
10671 return ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody); in ActOnStartOfFunctionDef()
10822 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() function in Sema