Home
last modified time | relevance | path

Searched refs:hasEitherOperand (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp210 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3232 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2424 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()