Home
last modified time | relevance | path

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

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