Home | History | Annotate | Download | only in AST

Lines Matching defs:EndLoc

590       // (BeginLoc, EndLoc) represents the range of the operand we are currently
594 SourceLocation EndLoc =
597 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc);
624 // (BeginLoc, EndLoc) represents the range of the operand we are currently
628 SourceLocation EndLoc =
631 Pieces.emplace_back(N, std::move(Str), BeginLoc, EndLoc);
714 SourceLocation endloc)
717 EndLoc(endloc), NumAsmToks(asmtoks.size()) {