reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  145   REGISTER_MATCHER(booleanType);
tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
  248       qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"),
tools/clang/tools/extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
   24                      expr(hasType(pointerType(pointee(booleanType()))),
tools/clang/tools/extra/clang-tidy/modernize/UseBoolLiteralsCheck.cpp
   32           hasImplicitDestinationType(qualType(booleanType())),
   40               hasImplicitDestinationType(qualType(booleanType())),
tools/clang/tools/extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
   40                       returns(qualType(isInteger(), unless(booleanType()))))
   43                                 hasName("empty"), returns(booleanType()))
   54           hasImplicitDestinationType(booleanType()),
   58       hasParent(explicitCastExpr(hasDestinationType(booleanType()))));
tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp
  276       hasSourceExpression(expr(hasType(booleanType()))),
  307                      hasLHS(expr(hasType(booleanType()))));
tools/clang/tools/extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
   62       recordDecl(Smartptr, has(cxxConversionDecl(returns(booleanType()))))));
tools/clang/tools/extra/clang-tidy/readability/StringCompareCheck.cpp
   37   Finder->addMatcher(implicitCastExpr(hasImplicitDestinationType(booleanType()),
tools/clang/unittests/AST/ASTImporterTest.cpp
  667                       hasType(booleanType()))),
  940               typeTraitExpr(hasType(booleanType())))))))));
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2144                       cxxMethodDecl(returns(booleanType()))));
 2146                          cxxMethodDecl(returns(booleanType()))));