Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp117 struct RuntimeType { struct
118 const ObjCObjectType *Type = nullptr;
119 bool Precise = false;
121 operator bool() const { return Type != nullptr; } in operator bool()