Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeInfo.h38 bool canBeASubClass() const { return CanBeASubClass; } in canBeASubClass() function
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp204 if (DynTypeInfo.canBeASubClass() && in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp527 if (DynType.canBeASubClass()) in getRuntimeDefinition()
918 CanBeSubClassed = DTI.canBeASubClass(); in getRuntimeDefinition()