Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h123 RuntimeDefinition(const Decl *InD): D(InD) {} in RuntimeDefinition()
124 RuntimeDefinition(const Decl *InD, bool Foreign) : D(InD), Foreign(Foreign) {} in RuntimeDefinition()
125 RuntimeDefinition(const Decl *InD, const MemRegion *InR): D(InD), R(InR) {} in RuntimeDefinition()