Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h127 RuntimeDefinition(const Decl *InD) : D(InD) {} in RuntimeDefinition()
128 RuntimeDefinition(const Decl *InD, bool Foreign) : D(InD), Foreign(Foreign) {} in RuntimeDefinition()
129 RuntimeDefinition(const Decl *InD, const MemRegion *InR) : D(InD), R(InR) {} in RuntimeDefinition()