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

/external/clang/include/clang/Basic/
H A DSourceManager.h243 /// preprocessing of this \#include, including this SLocEntry.
245 /// Zero means the preprocessor didn't provide such info for this SLocEntry.
384 class SLocEntry { class in namespace:clang::SrcMgr
397 assert(isFile() && "Not a file SLocEntry!");
402 assert(isExpansion() && "Not a macro expansion SLocEntry!");
406 static SLocEntry get(unsigned Offset, const FileInfo &FI) {
407 SLocEntry E;
413 static SLocEntry get(unsigned Offset, const ExpansionInfo &Expansion) {
414 SLocEntry E;
576 std::vector<SrcMgr::SLocEntry> LocalSLocEntryTabl
[all...]

Completed in 94 milliseconds