Searched defs:SLocEntry (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h250 /// preprocessing of this \#include, including this SLocEntry.
252 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
396 class SLocEntry { class in namespace:clang::SrcMgr
410 assert(isFile() && "Not a file SLocEntry!");
415 assert(isExpansion() && "Not a macro expansion SLocEntry!");
419 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
421 SLocEntry E;
428 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
430 SLocEntry E;
607 SmallVector<SrcMgr::SLocEntry,
[all...]

Completed in 83 milliseconds