| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseUsingCheck.cpp | 103 std::string Using = "using "; in check() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | UpgradeGoogletestCaseCheck.cpp | 257 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in getAliasNameRange() local 285 } else if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in check() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | UnusedUsingDeclsCheck.cpp | 69 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in check() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 342 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() 594 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx11-user-defined-literals.cpp | 69 namespace Using { namespace
|
| H A D | typo-correction.cpp | 643 using Using = typedef in testNoCrashOnNullNNSTypoCorrection::AddObservation
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | make-shared.cpp | 290 std::shared_ptr<int> Using = shared_ptr_<int>(new int()); in aliases() local
|
| H A D | make-unique.cpp | 517 std::unique_ptr<int> Using = unique_ptr_<int>(new int()); in aliases() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TemplateName.cpp | 80 TemplateName::TemplateName(UsingShadowDecl *Using) : Storage(Using) {} in TemplateName()
|
| H A D | DeclCXX.cpp | 1348 if (const auto *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local 3020 SourceLocation Loc, UsingDecl *Using, in Create()
|
| H A D | ASTContext.cpp | 4617 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() local
|
| /llvm-project-15.0.7/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 56 Using, enumerator
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 526 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in run() local 847 for (const UsingDecl *Using : UsingDecls) { in replaceQualifiedSymbolInDeclContext() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | QualityTests.cpp | 145 if (const UsingDecl *Using = dyn_cast<UsingDecl>(&ND)) in TEST() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 681 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddCUDAHostDeviceAttrs() local
|
| H A D | SemaCodeComplete.cpp | 1096 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in MaybeAddResult() local 1271 if (const auto *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in AddResult() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5939 if (auto *Using = dyn_cast<UsingDecl>(Other)) in isInstantiationOf() local
|
| H A D | SemaDeclCXX.cpp | 11906 if (auto *Using = dyn_cast<UsingDecl>(BUD)) { in CheckUsingShadowDecl() local 12082 UsingDecl *Using = cast<UsingDecl>(BUD); in BuildUsingShadowDecl() local
|
| H A D | SemaTemplate.cpp | 10741 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | SourceCode.cpp | 669 Using, // just saw 'using' in parseNamespaceEvents() enumerator
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 147 for (auto *Using : cast<UsingPackDecl>(D).expansions()) in EmitDecl() local
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6523 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) in clang_getCursorReferenced() local 6897 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) in clang_getNumOverloadedDecls() local 6920 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) { in clang_getOverloadedDecl() local
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3516 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 203 static const char Using[] = "template <typename T>" in TEST() local
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.cpp | 1134 namespace Using { namespace
|