Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h478 SourceLocation::UIntTy IsExpansion : 1; variable
485 SLocEntry() : Offset(), IsExpansion(), File() {} in SLocEntry()
489 bool isExpansion() const { return IsExpansion; } in isExpansion()
506 E.IsExpansion = false; in get()
516 E.IsExpansion = true; in get()