Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp110 auto ExplicitSingleVarDecl = in registerMatchers() local
130 ExplicitSingleVarDecl(hasType(autoType(hasDeducedType( in registerMatchers()
148 Finder->addMatcher(ExplicitSingleVarDecl( in registerMatchers()
152 ExplicitSingleVarDecl(hasType(lValueReferenceType(pointee(autoType()))), in registerMatchers()