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

  /external/clang/include/clang/Sema/
SemaFixItUtils.h 46 unsigned NumConversionsFixed;
62 ConversionFixItGenerator(TypeComparisonFuncTy Foo): NumConversionsFixed(0),
66 ConversionFixItGenerator(): NumConversionsFixed(0),
82 NumConversionsFixed = 0;
86 return (NumConversionsFixed == 0);
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 119 NumConversionsFixed++;
120 if (NumConversionsFixed == 1)
153 NumConversionsFixed++;
154 if (NumConversionsFixed == 1)
SemaOverload.cpp     [all...]

Completed in 66 milliseconds