Home
last modified time | relevance | path

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

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