Searched defs:isBooleanType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp42 static bool isBooleanType(QualType Ty) { function
43 if (Ty->isBooleanType()) // C++ or C99
66 if (!isBooleanType(valTy))
/external/clang/include/clang/AST/
H A DType.h1491 bool isBooleanType() const;
5133 inline bool Type::isBooleanType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 369 milliseconds