MCPcopy Create free account
hub / github.com/MaskRay/ccls / StoreInclude

Method StoreInclude

src/sema_manager.cc:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131public:
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected