OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HintCol
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
SourceMgr.cpp
289
unsigned
HintCol
= FirstCol;
290
if (
HintCol
< PrevHintEndCol)
291
HintCol
= PrevHintEndCol + 1;
300
unsigned LastColumnModified =
HintCol
+ I->getText().size();
305
FixItLine.begin() +
HintCol
);
/external/clang/lib/Frontend/
TextDiagnostic.cpp
[
all
...]
Completed in 190 milliseconds