Home
last modified time | relevance | path

Searched refs:IsExpansion (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h469 unsigned IsExpansion : 1; variable
476 SLocEntry() : Offset(), IsExpansion(), File() {} in SLocEntry()
480 bool isExpansion() const { return IsExpansion; } in isExpansion()
497 E.IsExpansion = false; in get()
506 E.IsExpansion = true; in get()