| /external/rust/crates/miette/ |
| D | README.md | 173 ### Using subsection in `miette` 175 #### ... in libraries 221 #### ... in application code 278 #### ... in `main()` 308 #### ... diagnostic code URLs 361 #### ... snippets 445 #### ... multiple related errors 465 #### ... delayed source code 548 #### ... Diagnostic-based error sources. 581 #### ... handler options [all …]
|
| /external/mesa3d/src/drm-shim/ |
| D | README.md | 18 ## Using section in DRM shim - Fake GEM kernel drivers in userspace for CI
|
| /external/mesa3d/docs/drivers/ |
| D | llvmpipe.rst | 87 Using chapter
|
| /external/python/pycparser/ |
| D | README.rst | 128 Using chapter
|
| /external/cronet/third_party/boringssl/src/pki/ |
| D | import_tool.go | 36 Using []string `json:"using"` member
|
| /external/clang/test/SemaCXX/ |
| D | cxx11-user-defined-literals.cpp | 69 namespace Using { namespace
|
| /external/clang/lib/Sema/ |
| D | SemaCUDA.cpp | 455 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D)) in maybeAddCUDAHostDeviceAttrs() local
|
| D | SemaCodeComplete.cpp | 839 if (const UsingShadowDecl *Using = in MaybeAddResult() local 956 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) { in AddResult() local
|
| D | SemaTemplateInstantiateDecl.cpp | 4557 if (UsingDecl *Using = dyn_cast<UsingDecl>(Other)) in isInstantiationOf() local
|
| D | SemaTemplate.cpp | 8341 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() local
|
| D | SemaDeclCXX.cpp | 7891 bool Sema::CheckUsingShadowDecl(UsingDecl *Using, NamedDecl *Orig, in CheckUsingShadowDecl()
|
| D | TreeTransform.h | 11632 UsingDecl *Using = cast<UsingDecl>(D); in RebuildUnresolvedUsingType() local
|
| /external/clang/lib/AST/ |
| D | DeclCXX.cpp | 979 if (UsingDecl *Using = dyn_cast<UsingDecl>(D)) { in addedMember() local 2147 SourceLocation Loc, UsingDecl *Using, in UsingShadowDecl() 2178 SourceLocation Loc, UsingDecl *Using, in Create()
|
| D | ASTContext.cpp | 3206 } else if (const UnresolvedUsingTypenameDecl *Using = in getTypeDeclTypeSlow() local
|
| /external/clang/include/clang/AST/ |
| D | DeclCXX.h | 2864 SourceLocation Loc, UsingDecl *Using, in Create() 2947 UsingDecl *Using, NamedDecl *Target, in ConstructorUsingShadowDecl()
|
| /external/clang/unittests/ASTMatchers/ |
| D | ASTMatchersTraversalTest.cpp | 202 static const char Using[] = "template <typename T>" in TEST() local
|
| /external/clang/tools/libclang/ |
| D | CIndex.cpp | 5472 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) in clang_getCursorReferenced() local 5831 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) in clang_getNumOverloadedDecls() local 5854 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) { in clang_getOverloadedDecl() local
|