Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp377 auto IsInMovedNs = in registerMatchers() local
381 IsInMovedNs, unless(hasAncestor(namespaceDecl(hasName(Prefix))))); in registerMatchers()
407 IsInMovedNs, hasParent(namespaceDecl())) in registerMatchers()
414 IsInMovedNs, hasParent(namespaceDecl())) in registerMatchers()
426 allOf(IsInMovedNs, unless(cxxRecordDecl(unless(isDefinition()))))))); in registerMatchers()
439 typeLoc(IsInMovedNs, in registerMatchers()
456 Finder->addMatcher(usingDecl(IsInMovedNs, hasAnyUsingShadowDecl(decl()), in registerMatchers()
466 hasAncestor(decl(IsInMovedNs).bind("dc")), in registerMatchers()
493 functionDecl(unless(anyOf(cxxMethodDecl(), IsInMovedNs, in registerMatchers()
497 Finder->addMatcher(expr(hasAncestor(decl().bind("dc")), IsInMovedNs, in registerMatchers()
[all …]