Home
last modified time | relevance | path

Searched refs:FunctionMatcher (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DNoexceptSwapCheck.cpp34 auto FunctionMatcher = allOf( in registerMatchers() local
44 anyOf(MethodMatcher, FunctionMatcher)) in registerMatchers()
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupportTest.cpp30 const FunctionDecl *findTargetFunc(ASTContext &Context, T FunctionMatcher) { in findTargetFunc() argument
32 functionDecl(FunctionMatcher, isDefinition()).bind("target"); in findTargetFunc()