Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeInfo.h38 bool canBeASubClass() const { return CanBeASubClass; } in canBeASubClass() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp477 if (DynType.canBeASubClass()) in getRuntimeDefinition()
805 CanBeSubClassed = DTI.canBeASubClass(); in getRuntimeDefinition()