Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp430 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D); in ParseLexedMethodDef()
DParseTemplate.cpp1333 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()
DParser.cpp1102 : Actions.ActOnStartOfFunctionDef(getCurScope(), D); in ParseFunctionDefinition()
DParseObjc.cpp2945 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1551 Decl *ActOnStartOfFunctionDef(Scope *S, Declarator &D);
1552 Decl *ActOnStartOfFunctionDef(Scope *S, Decl *D);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp9366 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D) { in ActOnStartOfFunctionDef() function in Sema
9373 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionDef()
9496 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D) { in ActOnStartOfFunctionDef() function in Sema
DSemaTemplateInstantiateDecl.cpp3386 ActOnStartOfFunctionDef(0, Function); in InstantiateFunctionDefinition()
DSemaTemplate.cpp6202 return ActOnStartOfFunctionDef(FnBodyScope, DP); in ActOnStartOfFunctionTemplateDef()