Home | History | Annotate | Download | only in Parse

Lines Matching defs:Param

85 /// \param Loc The location where we'll emit the diagnostic.
86 /// \param DK The kind of diagnostic to emit.
87 /// \param ParenRange Source range enclosing code that should be parenthesized.
1154 Decl *Param =
1157 if (Param &&
1161 // Scan the argument list looking for the correct param to apply this
1174 if (FTI.Params[i].Param) {
1179 FTI.Params[i].Param = Param;
1318 /// \param IsAddressOfOperand Must be \c true if the name is preceded by an '&'
1320 /// \param CCC Indicates how to perform typo-correction for this name. If NULL,