Searched defs:SetRangeEnd (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h547 void SetRangeEnd(SourceLocation Loc) { Range.setEnd(Loc); } function in class:clang::DeclSpec
1579 /// SetRangeEnd - Set the end of the source range to Loc, unless it's invalid.
1580 void SetRangeEnd(SourceLocation Loc) { function in class:clang::Declarator
1758 SetRangeEnd(EndLoc);
1877 SetRangeEnd(lastLoc);

Completed in 169 milliseconds