Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1487 if (!FI.hasLineDirectives()) in getFileCharacteristic()
1558 if (UseLineDirectives && FI.hasLineDirectives()) { in getPresumedLoc()
1611 if (FI.hasLineDirectives()) in isInMainFile()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h341 bool hasLineDirectives() const { return HasLineDirectives; } in hasLineDirectives() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2091 Record.push_back(File.hasLineDirectives()); in WriteSourceManagerBlock()