Home
last modified time | relevance | path

Searched defs:StatementMatcher (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryCopyInitialization.cpp78 AST_MATCHER_FUNCTION_P(StatementMatcher, in AST_MATCHER_FUNCTION_P() argument
107 AST_MATCHER_FUNCTION(StatementMatcher,isConstRefReturningFunctionCall) AST_MATCHER_FUNCTION() argument
118 AST_MATCHER_FUNCTION_P(StatementMatcher,initializerReturnsReferenceToConst,std::vector<StringRef>,ExcludedContainerTypes) AST_MATCHER_FUNCTION_P() argument
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DRvalueReferenceParamNotMovedCheck.cpp30 AST_MATCHER_P2(Stmt, argumentOf, bool, AllowPartialMove, StatementMatcher, in AST_MATCHER_P2() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp125 TEST(StatementMatcher, Has) { in TEST() argument
136 TEST(StatementMatcher, HasDescendant) { in TEST() argument
5900 TEST(StatementMatcher,HasReturnValue) TEST() argument
5907 TEST(StatementMatcher,ForFunction) TEST() argument
5940 TEST(StatementMatcher,ForCallable) TEST() argument
6114 TEST(StatementMatcher,ForCallablePreservesBindingWithMultipleParents) TEST() argument
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h144 using StatementMatcher = internal::Matcher<Stmt>; variable