Home
last modified time | relevance | path

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

12

/external/mesa3d/src/drm-shim/
DREADME.md18 ## Using section in DRM shim - Fake GEM kernel drivers in userspace for CI
/external/mesa3d/docs/drivers/openswr/
Dusage.rst19 Using chapter
/external/mesa3d/docs/drivers/
Dllvmpipe.rst98 Using chapter
/external/python/pycparser/
DREADME.rst128 Using chapter
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseUsingCheck.cpp77 std::string Using = "using "; in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp251 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in getAliasNameRange() local
279 } else if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedUsingDeclsCheck.cpp85 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in check() local
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp324 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl()
576 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp69 namespace Using { namespace
/external/llvm-project/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp69 namespace Using { namespace
Dtypo-correction.cpp643 using Using = typedef in testNoCrashOnNullNNSTypoCorrection::AddObservation
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-make-shared.cpp290 std::shared_ptr<int> Using = shared_ptr_<int>(new int()); in aliases() local
Dmodernize-make-unique.cpp517 std::unique_ptr<int> Using = unique_ptr_<int>(new int()); in aliases() local
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h56 Using, enumerator
/external/clang/lib/Sema/
DSemaCUDA.cpp455 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddCUDAHostDeviceAttrs() local
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.cpp526 if (const auto *Using = Result.Nodes.getNodeAs<UsingDecl>("using")) { in run() local
847 for (const UsingDecl *Using : UsingDecls) { in replaceQualifiedSymbolInDeclContext() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp142 if (const UsingDecl *Using = dyn_cast<UsingDecl>(&ND)) in TEST() local
/external/clang/lib/AST/
DDeclCXX.cpp979 if (UsingDecl *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local
2147 SourceLocation Loc, UsingDecl *Using, in UsingShadowDecl()
2178 SourceLocation Loc, UsingDecl *Using, in Create()
/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp605 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddCUDAHostDeviceAttrs() local
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp1368 if (const auto *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local
2967 SourceLocation Loc, UsingDecl *Using, in UsingShadowDecl()
2997 SourceLocation Loc, UsingDecl *Using, in Create()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp665 Using, // just saw 'using' in parseNamespaceEvents() enumerator
/external/clang/include/clang/AST/
DDeclCXX.h2864 SourceLocation Loc, UsingDecl *Using, in Create()
2947 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h3193 SourceLocation Loc, UsingDecl *Using, in Create()
3276 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp202 static const char Using[] = "template <typename T>" in TEST() local
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py202 class Using(Node): class

12