|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/Sema/Sema.h 2292 Decl *ActOnStartOfFunctionDef(Scope *S, Decl *D,
References
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp 517 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D);
tools/clang/lib/Parse/ParseObjc.cpp 3670 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl);
tools/clang/lib/Parse/ParseTemplate.cpp 1515 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD);
tools/clang/lib/Sema/SemaDecl.cpp13273 return ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp 4349 ActOnStartOfFunctionDef(nullptr, Function);