Home
last modified time | relevance | path

Searched refs:binaryConditionalOperator (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp29 anyOf(BinaryOperators, conditionalOperator(), binaryConditionalOperator(), in registerMatchers()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp69 auto const ElvisOperator = binaryConditionalOperator(anyOf( in AST_MATCHER_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp147 REGISTER_MATCHER(binaryConditionalOperator); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1121 TK_AsIs, binaryConditionalOperator( in TEST_P()
1128 StatementMatcher FourNotFive = binaryConditionalOperator( in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp957 binaryConditionalOperator; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2519 binaryConditionalOperator;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp473 functionDecl(hasDescendant(binaryConditionalOperator( in TEST_P()