OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseLineDirective
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp
97
bool
UseLineDirective
;
114
UseLineDirective
= PP.getLangOpts().MicrosoftExt;
191
if (
UseLineDirective
) {
/external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp
45
bool
UseLineDirective
; ///< Use of line directives or line markers.
100
UseLineDirective
= PP.getLangOpts().MicrosoftExt;
112
if (
UseLineDirective
) {
Completed in 136 milliseconds