Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp225 REGISTER_MATCHER(hasEitherOperand); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp750 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3646 inline internal::Matcher<BinaryOperator> hasEitherOperand( in hasEitherOperand() function