Home
last modified time | relevance | path

Searched defs:Using (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/llvm/lib/Support/rpmalloc/
H A DREADME.md39 # Using chapter
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp256 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 DUseUsingCheck.cpp138 std::string Using = "using "; check() local
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedUsingDeclsCheck.cpp84 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { check() local
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp343 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl()
595 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp69 namespace Using { namespace
H A Dtypo-correction.cpp643 using Using = global() typedef in testNoCrashOnNullNNSTypoCorrection::AddObservation
/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DWalkASTTest.cpp321 TEST(WalkAST, Using) { in TEST() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp290 std::shared_ptr<int> Using = shared_ptr_<int>(new int()); in aliases() local
H A Dmake-unique.cpp517 std::unique_ptr<int> Using = unique_ptr_<int>(new int()); in aliases() local
/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h56 Using, enumerator
/llvm-project/clang/lib/AST/
H A DTemplateName.cpp117 TemplateName(UsingShadowDecl * Using) TemplateName() argument
H A DDeclCXX.cpp1376 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 DChangeNamespace.cpp526 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 DQualityTests.cpp145 if (const UsingDecl *Using = dyn_cast<UsingDecl>(&ND)) in TEST() local
/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp772 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) maybeAddHostDeviceAttrs() local
H A DSemaCodeComplete.cpp1362 getBasePriority(Using->getTargetDecl()), in AddResult() local
1125 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { MaybeAddResult() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp6018 if (auto *Using = dyn_cast<UsingDecl>(Other)) isInstantiationOf() local
H A DSemaDeclCXX.cpp12308 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 DSourceCode.cpp689 Using, // just saw 'using' in parseNamespaceEvents() enumerator
/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp152 for (auto *Using : cast<UsingPackDecl>(D).expansions()) EmitDecl() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp6844 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 DDeclCXX.h3617 ConstructorUsingShadowDecl(ASTContext & C,DeclContext * DC,SourceLocation Loc,UsingDecl * Using,NamedDecl * Target,bool TargetInVirtualBase) ConstructorUsingShadowDecl() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp206 static const char Using[] = "template <typename T>" in TEST() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1133 namespace Using { namespace
[all...]

12