MCPcopy Create free account
hub / github.com/Ericsson/CodeCompass / ASTCache

Class ASTCache

plugins/cpp_reparse/service/src/astcache.h:34–112  ·  view source on GitHub ↗

* Implements a caching mechanism over Clang ASTs to ease the runtime overhead * of having to parse source files over and over again, as it is a *very* * costly operation. * * This class owns the ASTUnit instances cached. It is expected that this * class outlives the execution of FrontendActions over an AST. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected