Home
last modified time | relevance | path

Searched defs:DeclarationMatcher (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DRvalueReferenceParamNotMovedCheck.cpp21 AST_MATCHER_P(LambdaExpr, valueCapturesVar, DeclarationMatcher, VarMatcher) { in AST_MATCHER_P() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp24 TEST(DeclarationMatcher, hasMethod) { in TEST() argument
31 TEST(DeclarationMatcher, ClassDerivedFromDependentTemplateSpecialization) { in TEST() argument
41 TEST(DeclarationMatcher, hasDeclContext) { in TEST() argument
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h143 using DeclarationMatcher = internal::Matcher<Decl>; variable