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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4962   void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,

References

tools/clang/lib/Parse/ParseExpr.cpp
 2995   Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope());
 3054     Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
 3084     Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());