Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp62 Finder->addMatcher(loc(usingType(ThroughShadowMatcher)), this); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp200 typeLoc(loc(usingType(hasUnderlyingType( in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp231 REGISTER_MATCHER(usingType); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1063 const AstTypeMatcher<UsingType> usingType; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7316 extern const AstTypeMatcher<UsingType> usingType;
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp586 cxxNewExpr(hasType(pointerType(pointee(usingType()))))))); in TEST_P()