Searched defs:applyTemplateHighlighting (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 46 static void applyTemplateHighlighting(raw_ostream &OS, StringRef Str, function 643 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength), 653 applyTemplateHighlighting(OS, Str.substr(WordStart, WordLength), 660 applyTemplateHighlighting(OS, Str.substr(Length), TextNormal, Bold); 758 applyTemplateHighlighting(OS, Message, Normal, Bold);
|
Completed in 33 milliseconds