reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/PPMacroExpansion.cpp
 1147   SourceLocation LParenLoc = Tok.getLocation();
 1153     assert(Tok.is(tok::identifier));
 1154     Tok.setIdentifierInfo(II);
 1160     if (PP.LexHeaderName(Tok))
 1162   } while (Tok.getKind() == tok::comment);
 1165   if (Tok.isNot(tok::l_paren)) {
 1171     if (Tok.isNot(tok::header_name))
 1175     LParenLoc = Tok.getLocation();
 1176     if (PP.LexHeaderName(Tok))
 1180   if (Tok.isNot(tok::header_name)) {
 1181     PP.Diag(Tok.getLocation(), diag::err_pp_expects_filename);
 1188   StringRef Filename = PP.getSpelling(Tok, FilenameBuffer, &Invalid);
 1192   SourceLocation FilenameLoc = Tok.getLocation();
 1195   PP.LexNonComment(Tok);
 1198   if (Tok.isNot(tok::r_paren)) {
 1205   bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);