Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h398 unsigned IsExpansion : 1; variable
406 bool isExpansion() const { return IsExpansion; } in isExpansion()
423 E.IsExpansion = false; in get()
432 E.IsExpansion = true; in get()