/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | README.md | 39 # Using chapter
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | UpgradeGoogletestCaseCheck.cpp | 256 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in getAliasNameRange() local 284 } else if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseUsingCheck.cpp | 138 std::string Using = "using "; check() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UnusedUsingDeclsCheck.cpp | 84 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { check() local
|
/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 343 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() 595 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx11-user-defined-literals.cpp | 69 namespace Using { namespace
|
H A D | typo-correction.cpp | 643 using Using = global() typedef in testNoCrashOnNullNNSTypoCorrection::AddObservation
|
/llvm-project/clang-tools-extra/include-cleaner/unittests/ |
H A D | WalkASTTest.cpp | 321 TEST(WalkAST, Using) { in TEST() argument
|
/llvm-project/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/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 56 Using, enumerator
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateName.cpp | 117 TemplateName(UsingShadowDecl * Using) TemplateName() argument
|
H A D | DeclCXX.cpp | 1376 if (const auto *Using = dyn_cast<UsingDecl>(D)) { addedMember() local 3124 Create(ASTContext & C,DeclContext * DC,SourceLocation Loc,UsingDecl * Using,NamedDecl * Target,bool IsVirtual) Create() argument
|
/llvm-project/clang-tools-extra/clang-change-namespace/ |
H A D | ChangeNamespace.cpp | 526 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in run() local 845 for (const UsingDecl *Using : UsingDecls) { replaceQualifiedSymbolInDeclContext() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | QualityTests.cpp | 145 if (const UsingDecl *Using = dyn_cast<UsingDecl>(&ND)) in TEST() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 772 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) maybeAddHostDeviceAttrs() local
|
H A D | SemaCodeComplete.cpp | 1362 getBasePriority(Using->getTargetDecl()), in AddResult() local 1125 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { MaybeAddResult() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 6018 if (auto *Using = dyn_cast<UsingDecl>(Other)) isInstantiationOf() local
|
H A D | SemaDeclCXX.cpp | 12308 if (auto *Using = dyn_cast<UsingDecl>(BUD)) { CheckUsingShadowDecl() local 12483 UsingDecl *Using = cast<UsingDecl>(BUD); BuildUsingShadowDecl() local [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | SourceCode.cpp | 689 Using, // just saw 'using' in parseNamespaceEvents() enumerator
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 152 for (auto *Using : cast<UsingPackDecl>(D).expansions()) EmitDecl() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 6844 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) clang_getCursorReferenced() local 7220 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) clang_getNumOverloadedDecls() local 7243 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) { clang_getOverloadedDecl() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3617 ConstructorUsingShadowDecl(ASTContext & C,DeclContext * DC,SourceLocation Loc,UsingDecl * Using,NamedDecl * Target,bool TargetInVirtualBase) ConstructorUsingShadowDecl() argument
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 206 static const char Using[] = "template <typename T>" in TEST() local
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 1133 namespace Using { namespace [all...] |