Home
last modified time | relevance | path

Searched defs:hasLineDirectives (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DSourceManager.h289 bool hasLineDirectives() const { return (Data & 4) != 0; } in hasLineDirectives() function
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h333 bool hasLineDirectives() const { return HasLineDirectives; } in hasLineDirectives() function