Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/file/python/
H A DREADME.md17 ## Using section in `file-magic`: Python Bindings
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp342 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl()
594 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h56 Using, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp680 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddCUDAHostDeviceAttrs() local
H A DSemaCodeComplete.cpp1095 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in MaybeAddResult() local
1268 if (const auto *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in AddResult() local
H A DSemaTemplateInstantiateDecl.cpp5910 if (auto *Using = dyn_cast<UsingDecl>(Other)) in isInstantiationOf() local
H A DSemaDeclCXX.cpp11706 if (auto *Using = dyn_cast<UsingDecl>(BUD)) { in CheckUsingShadowDecl() local
11882 UsingDecl *Using = cast<UsingDecl>(BUD); in BuildUsingShadowDecl() local
H A DSemaTemplate.cpp10639 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() local
H A DTreeTransform.h14420 } else if (auto *Using = dyn_cast<UsingDecl>(D)) { in RebuildUnresolvedUsingType() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1381 if (const auto *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local
3002 SourceLocation Loc, UsingDecl *Using, in Create()
H A DASTContext.cpp4525 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() local
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py204 class Using(Node): class
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp146 for (auto *Using : cast<UsingPackDecl>(D).expansions()) in EmitDecl() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3482 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()