Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since...
commit7a759606d93975866051f67104ae58446e55f404
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 7 Jul 2011 21:54:45 +0000 (7 21:54 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 7 Jul 2011 21:54:45 +0000 (7 21:54 +0000)
tree7cea5f3d5011bf43b5ba37f3163aa33b3e48ccb1
parent14ef3191a75b8bcdab391e6ffa6367b731c2ce67
Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134644 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceManager.h
include/clang/Lex/Lexer.h
include/clang/Lex/Preprocessor.h
lib/ARCMigrate/TransformActions.cpp
lib/ARCMigrate/Transforms.cpp
lib/Basic/SourceManager.cpp
lib/Lex/Lexer.cpp
lib/Parse/ParseExpr.cpp