Home | History | Annotate | Download | only in libclang

Lines Matching refs:Arg

2209         for (const TemplateArgumentLoc *Arg = ArgList->getTemplateArgs(),
2210 *ArgEnd = Arg + ArgList->NumTemplateArgs;
2211 Arg != ArgEnd; ++Arg) {
2212 if (VisitTemplateArgumentLoc(*Arg))
2288 for (const TemplateArgumentLoc *Arg = M->getTemplateArgs(),
2289 *ArgEnd = Arg + M->getNumTemplateArgs();
2290 Arg != ArgEnd; ++Arg) {
2291 if (VisitTemplateArgumentLoc(*Arg))
5036 /// \arg compResult.
5067 "Should be called only for macro arg tokens");
5072 // We only advance once past all of the macro arg tokens if all of them
5074 // at the start of the macro arg tokens so that the failing token will be
5083 continue; // not macro arg token, it's parens or comma.
5352 // to mark macro arg expanded tokens with their expanded locations.