reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaStmt.cpp
 4369           ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
 4371       DC->addDecl(Param);
 4377           ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second,
 4379       DC->addDecl(Param);
 4389         ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
 4391     DC->addDecl(Param);