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

/external/clang/lib/Lex/
H A DPPDirectives.cpp861 bool IsGNULineDirective=false) {
890 diag::err_pp_line_digit_sequence) << IsGNULineDirective;
906 << IsGNULineDirective;
859 GetLineValue(Token &DigitTok, unsigned &Val, unsigned DiagID, Preprocessor &PP, bool IsGNULineDirective=false) argument

Completed in 115 milliseconds