| 130 | |
| 131 | public: |
| 132 | StoreInclude(const SourceManager &sm, IncludeStructure &out) : sm(sm), out(out) {} |
| 133 | void InclusionDirective(SourceLocation hashLoc, const Token &includeTok, StringRef fileName, bool isAngled, |
| 134 | CharSourceRange filenameRange, |
| 135 | #if LLVM_VERSION_MAJOR >= 16 // llvmorg-16-init-15080-g854c10f8d185 |
nothing calls this directly
no outgoing calls
no test coverage detected