Home
last modified time | relevance | path

Searched defs:NodeBuilderContext (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h207 struct NodeBuilderContext { struct
212 NodeBuilderContext(const CoreEngine &E, const CFGBlock *B, ExplodedNode *N) in NodeBuilderContext() argument
216 const CFGBlock *getBlock() const { return Block; } in getBlock()
240 const NodeBuilderContext &C; argument