Home | History | Annotate | Download | only in AST

Lines Matching defs:EndLoc

680                      ArrayRef<StringRef> clobbers, SourceLocation endloc)
683 EndLoc(endloc), AsmStr(asmstr.str()), NumAsmToks(asmtoks.size()) {
772 SourceLocation EndLoc;
774 EndLoc = getFinallyStmt()->getLocEnd();
776 EndLoc = getCatchStmt(NumCatchStmts - 1)->getLocEnd();
778 EndLoc = getTryBody()->getLocEnd();
780 return SourceRange(AtTryLoc, EndLoc);