Searched defs:Using (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/file/dist/python/ |
H A D | README.md | 17 ## Using section in `file-magic`: Python Bindings
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRLocFinder.cpp | 342 bool VisitUsingDecl(const UsingDecl *Using) { in VisitUsingDecl() 594 for (const auto *Using : Finder.getUsingDecls()) in createRenameAtomicChanges() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | IndexSymbol.h | 56 Using, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 646 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddCUDAHostDeviceAttrs() local
|
H A D | SemaCodeComplete.cpp | 1095 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 D | SemaTemplateInstantiateDecl.cpp | 5718 if (auto *Using = dyn_cast<UsingDecl>(Other)) in isInstantiationOf() local
|
H A D | SemaTemplate.cpp | 10639 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() local
|
H A D | SemaDeclCXX.cpp | 11636 bool Sema::CheckUsingShadowDecl(UsingDecl *Using, NamedDecl *Orig, in CheckUsingShadowDecl()
|
H A D | TreeTransform.h | 14355 } else if (auto *Using = dyn_cast<UsingDecl>(D)) { in RebuildUnresolvedUsingType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1372 if (const auto *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local 2986 SourceLocation Loc, UsingDecl *Using, in UsingShadowDecl() 3016 SourceLocation Loc, UsingDecl *Using, in Create()
|
H A D | ASTContext.cpp | 4510 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) { in getTypeDeclTypeSlow() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3214 SourceLocation Loc, UsingDecl *Using, in Create() 3297 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 141 for (auto *Using : cast<UsingPackDecl>(D).expansions()) in EmitDecl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 6297 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) in clang_getCursorReferenced() local 6668 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) in clang_getNumOverloadedDecls() local 6691 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) { in clang_getOverloadedDecl() local
|