Rename the operation that loads a preprocessed entity from a given offset to indicate...
commita61d998a820ed41f6ad7fc5c56c2daa89f6150a4
authorDouglas Gregor <doug.gregor@gmail.com>
Fri, 11 Feb 2011 19:46:30 +0000 (11 19:46 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Fri, 11 Feb 2011 19:46:30 +0000 (11 19:46 +0000)
treeed77e3d82cef341a6cd238b2781eef3d2573cd9a
parent6518fe2ed26a05e49c7220a92ea59dba1ae0df8f
Rename the operation that loads a preprocessed entity from a given offset to indicate that we're loading from an offset, not an index, lest one be confused. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125394 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PreprocessingRecord.h
include/clang/Serialization/ASTReader.h
lib/Frontend/ASTUnit.cpp
lib/Serialization/ASTReader.cpp