Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h266 unsigned HasLineDirectives : 1; variable
283 X.HasLineDirectives = false; in get()
304 bool hasLineDirectives() const { return HasLineDirectives; } in hasLineDirectives()
309 HasLineDirectives = true; in setHasLineDirectives()