Home
last modified time | relevance | path

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

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