Home
last modified time | relevance | path

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

/freebsd/contrib/file/python/
H A DREADME.md17 ## Using section in `file-magic`: Python Bindings
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h56 Using, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp117 TemplateName::TemplateName(UsingShadowDecl *Using) : Storage(Using) {} in TemplateName()
H A DDeclCXX.cpp1415 if (const auto *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local
3140 SourceLocation Loc, UsingDecl *Using, in Create()
H A DASTContext.cpp5048 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp772 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddHostDeviceAttrs() local
H A DSemaCodeComplete.cpp1125 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in MaybeAddResult() local
1362 if (const auto *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in AddResult() local
H A DSemaTemplateInstantiateDecl.cpp6034 if (auto *Using = dyn_cast<UsingDecl>(Other)) in isInstantiationOf() local
H A DSemaDeclCXX.cpp12367 if (auto *Using = dyn_cast<UsingDecl>(BUD)) { in CheckUsingShadowDecl() local
12542 UsingDecl *Using in BuildUsingShadowDecl() local
[all...]
H A DSemaTemplate.cpp10536 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() local
H A DTreeTransform.h16205 } else if (auto *Using = dyn_cast<UsingDecl>(D)) { in RebuildUnresolvedUsingType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp153 for (auto *Using : cast<UsingPackDecl>(D).expansions()) in EmitDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3624 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()