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

References

tools/clang/lib/Lex/Lexer.cpp
 1240   if (Loc.isMacroID()) {
 1241     if (!Lexer::isAtEndOfMacroExpansion(Loc, SM, LangOpts, &Loc))
 1241     if (!Lexer::isAtEndOfMacroExpansion(Loc, SM, LangOpts, &Loc))
 1244   Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);
 1244   Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, LangOpts);
 1247   std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);