Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h123 const bool Foreign = false; variable
128 RuntimeDefinition(const Decl *InD, bool Foreign) : D(InD), Foreign(Foreign) {} in RuntimeDefinition()
162 mutable std::optional<bool> Foreign; // Set by CTU analysis. variable