Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h28 bool canBeASubClass() const { return CanBeASubClass; } in canBeASubClass() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp770 if (!DynType.canBeASubClass()) in getRuntimeDefinition()
778 if (DynType.canBeASubClass()) in getRuntimeDefinition()
1269 CanBeSubClassed = DTI.canBeASubClass(); in getRuntimeDefinition()
1298 CanBeSubClassed = DTI.canBeASubClass(); in getRuntimeDefinition()
H A DDynamicType.cpp213 << (DTI.canBeASubClass() ? "true" : "false"); in printJson()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp195 if (DynTypeInfo.canBeASubClass() && in checkPostStmt()
H A DDynamicTypePropagation.cpp195 return {cast<ObjCObjectType>(DTI.getType()), !DTI.canBeASubClass()}; in inferReceiverType()