HomeSort by relevance Sort by last modified time
    Searched refs:CanBeSubClassed (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h 49 bool CanBeSubClassed = true) {
51 DynamicTypeInfo(NewTy, CanBeSubClassed));
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 903 bool CanBeSubClassed = false;
918 CanBeSubClassed = DTI.canBeASubClass();
921 if (ReceiverT && CanBeSubClassed)
924 CanBeSubClassed = false;
    [all...]

Completed in 1541 milliseconds