OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndColNo
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
TextDiagnostic.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
540
unsigned
EndColNo
= SM.getExpansionColumnNumber(InstantiationEnd);
541
unsigned OldEndColNo =
EndColNo
;
543
if (
EndColNo
) {
545
EndColNo
+= Lexer::MeasureTokenLength(Range.getEnd(), SM, LangOpts)-1;
552
InstantiationEnd.getLocWithOffset(
EndColNo
- OldEndColNo);
Completed in 34 milliseconds