Home | History | Annotate | Download | only in Frontend

Lines Matching refs:IsBegin

315                       bool IsBegin, const SourceManager *SM) {
330 MacroArgLocation = IsBegin ? SM->getImmediateExpansionRange(Loc).first
333 MacroLocation = IsBegin ? SM->getImmediateExpansionRange(Loc).first
342 CommonArgExpansions, IsBegin, SM);
349 CommonArgExpansions, IsBegin, SM);
356 bool IsBegin, const SourceManager *SM) {
363 Loc = IsBegin ? ExpRange.first : ExpRange.second;
375 getMacroArgExpansionFileIDs(Begin, BeginArgExpansions, /*IsBegin=*/true, SM);
376 getMacroArgExpansionFileIDs(End, EndArgExpansions, /*IsBegin=*/false, SM);
436 CommonArgExpansions, /*IsBegin=*/true, SM);
438 CommonArgExpansions, /*IsBegin=*/false, SM);