]> granicus.if.org Git - clang/commit
Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInstantiatio...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 28 May 2011 03:56:11 +0000 (03:56 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 28 May 2011 03:56:11 +0000 (03:56 +0000)
commit469244a322dd5d35cee1d02d70a2edbc12ac5ce7
tree205ce85742167b77fdd085a96e849f9fd1c31733
parent9787f9bc5aa45ee153ce5a2d0b18b1d8c660219e
Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInstantiation/isAtEndOfMacroInstantiation
useful only for source locations that point at a macro token.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132247 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceManager.h
lib/Basic/SourceManager.cpp