Searched defs:setEnd (Results 1 – 6 of 6) sorted by relevance
204 void setEnd(SourceLocation e) { E = e; } in setEnd() function258 void setEnd(SourceLocation e) { Range.setEnd(e); } in setEnd() function
44 void setEnd(const MCSymbol *E) { End = E; } in setEnd() function
52 void setEnd(SourceLocation L) { Range.setEnd(L); } in setEnd() function in __anon61df14880111::PPValue
38 void setEnd(T *P) { this->End = P; } in setEnd() function
94 void setEnd(T *P) { this->EndX = P; } in setEnd() function
316 void setEnd(const PathDiagnosticLocation &L) { End = L; } in setEnd() function