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

/external/clang/include/clang/Basic/
H A DSourceManager.h207 /// preprocessing of this #include, including this SLocEntry.
208 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
337 /// SLocEntry - This is a discriminated union of FileInfo and
340 class SLocEntry { class in namespace:clang::SrcMgr
353 assert(isFile() && "Not a file SLocEntry!");
358 assert(isExpansion() && "Not a macro expansion SLocEntry!");
362 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
363 SLocEntry E;
369 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
370 SLocEntry
[all...]

Completed in 115 milliseconds