Home
last modified time | relevance | path

Searched refs:printJsonImpl (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp264 static void printJsonImpl(raw_ostream &Out, ProgramStateRef State, in printJsonImpl() function
278 printJsonImpl<DynamicTypeMap>(Out, State, "dynamic_types", NL, Space, IsDot); in printDynamicTypesJson()
284 printJsonImpl<DynamicCastMap>(Out, State, "dynamic_casts", NL, Space, IsDot); in printDynamicCastsJson()
293 printJsonImpl<DynamicClassObjectMap>(Out, State, "class_object_types", NL, in printClassObjectDynamicTypesJson()