MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / FindIncludes

Method FindIncludes

Insights.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111public:
112 FindIncludes(SourceManager& sm, Preprocessor& pp, std::vector<IncludeData>& incData)
113 : PPCallbacks{}
114 , mSm{sm}
115 , mPP{pp}
116 , mIncludes{incData}
117 {
118 }
119
120 void InclusionDirective(SourceLocation hashLoc,
121 const Token& /*IncludeTok*/,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected