Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicType.h36 const DynamicTypeInfo *getRawDynamicTypeInfo(ProgramStateRef State,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp63 const DynamicTypeInfo *getRawDynamicTypeInfo(ProgramStateRef State, in getRawDynamicTypeInfo() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp998 if (RetRegion && !getRawDynamicTypeInfo(State, RetRegion)) { in checkPostObjCMessage()