Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h397 unsigned IsExpansion : 1; variable
405 bool isExpansion() const { return IsExpansion; } in isExpansion()
422 E.IsExpansion = false; in get()
431 E.IsExpansion = true; in get()