reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
251 if (RawLexer->LexFromRawLexer(T) || T.getKind() != tok::hash) 251 if (RawLexer->LexFromRawLexer(T) || T.getKind() != tok::hash) 253 if (RawLexer->LexFromRawLexer(T) || T.isAtStartOfLine() || 253 if (RawLexer->LexFromRawLexer(T) || T.isAtStartOfLine() || 254 T.getKind() != tok::numeric_constant) 258 SourceLocation LineNoLoc = T.getLocation(); 266 RawLexer->LexFromRawLexer(T); 267 if (T.isAtStartOfLine() || T.getKind() != tok::string_literal) 267 if (T.isAtStartOfLine() || T.getKind() != tok::string_literal) 270 StringLiteralParser Literal(T, CI.getPreprocessor()); 273 RawLexer->LexFromRawLexer(T); 274 if (T.isNot(tok::eof) && !T.isAtStartOfLine()) 274 if (T.isNot(tok::eof) && !T.isAtStartOfLine()) 283 return T.getLocation();