Home
last modified time | relevance | path

Searched defs:UsingDirective (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/google/
H A DGlobalNamesInHeadersCheck.cpp47 if (const auto *UsingDirective = dyn_cast<UsingDirectiveDecl>(D)) { in check() local
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DPreferRegisterOverUnsignedCheck.cpp45 for (const auto *UsingDirective : Context->using_directives()) { in check() local
/llvm-project/clang-tools-extra/clangd/
H A DSourceCode.cpp671 UsingDirective // using namespace <ns>. Payload is unresolved <ns>. enumerator
/llvm-project/clang/unittests/Tooling/Syntax/
H A DBuildTreeTest.cpp3175 TEST_P(BuildSyntaxTreeTest,UsingDirective) TEST_P() argument