* 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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected