Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h115 RuntimeDefinition(const Decl *InD): D(InD), R(nullptr) {} in RuntimeDefinition()
116 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition()