/external/clang/test/Layout/ |
D | ms-x86-member-pointers.cpp | 11 struct UD { char a; int U::*mp; }; argument
|
/external/llvm-project/clang/test/Layout/ |
D | ms-x86-member-pointers.cpp | 11 struct UD { char a; int U::*mp; }; argument
|
/external/clang/test/CodeGenCUDA/Inputs/ |
D | cuda-initializers.h | 40 struct UD { struct 42 __device__ ~UD(); argument
|
/external/llvm-project/clang/test/SemaCUDA/Inputs/ |
D | cuda-initializers.h | 40 struct UD { struct 42 __device__ ~UD(); argument
|
/external/llvm-project/clang/test/CodeGenCUDA/Inputs/ |
D | cuda-initializers.h | 40 struct UD { struct 42 __device__ ~UD(); argument
|
/external/clang/test/SemaCUDA/Inputs/ |
D | cuda-initializers.h | 40 struct UD { struct 42 __device__ ~UD(); argument
|
/external/llvm-project/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 298 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective() 358 for (auto &UD : Deferred->second) { in addMarker() local 369 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective()
|
/external/llvm-project/clang/unittests/Basic/ |
D | SourceManagerTest.cpp | 377 const MacroDirective *UD) override { in MacroUndefined()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | AST.cpp | 215 if (auto *UD = llvm::dyn_cast<UsingDirectiveDecl>(&ND)) { in printName() local
|
D | FindTarget.cpp | 372 } else if (const UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in add() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 781 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local 828 if (MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn)) in checkSafety() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 536 if (auto *UD = dyn_cast<MemoryUseOrDef>(D)) in safeToHoistLdSt() local 608 MemoryUseOrDef *UD = MSSA->getMemoryAccess(Insn); in checkSafety() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2481 NamedDecl *UD = in VisitUnresolvedUsingTypenameDecl() local 2505 NamedDecl *UD = in VisitUnresolvedUsingValueDecl() local 4510 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) { in isInstantiationOf() local 4517 if (UsingDecl *UD = dyn_cast<UsingDecl>(Other)) { in isInstantiationOf() local
|
D | SemaDeclCXX.cpp | 7338 UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef() 7862 NamedDecl *UD = BuildUsingDeclaration(S, AS, UsingLoc, SS, in ActOnUsingDeclaration() local 8042 UsingDecl *UD, in BuildUsingShadowDecl() 8317 UsingDecl *UD = in BuildUsingDeclaration() local 8448 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() local 8470 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() 8522 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration() local 8525 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() local 8529 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() local
|
D | SemaLookup.cpp | 143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() 158 for (auto UD : DC->using_directives()) { in addUsingDirectives() local 180 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
|
/external/llvm-project/clang-tools-extra/clang-move/ |
D | Move.cpp | 680 } else if (const auto *UD = Result.Nodes.getNodeAs<NamedDecl>("using_decl")) { in run() local
|
/external/clang/lib/AST/ |
D | Decl.cpp | 1544 if (auto *UD = dyn_cast<UsingDecl>(this)) { in declarationReplaces() local 1560 if (auto *UD = dyn_cast<UsingDirectiveDecl>(this)) in declarationReplaces() local 1604 while (auto *UD = dyn_cast<UsingShadowDecl>(ND)) in getUnderlyingDeclImpl() local
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 281 const MacroDirective *UD) override {} in MacroUndefined()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 10851 const ParsedAttributesView &AttrList, UsingDirectiveDecl *&UD) { in ActOnStartNamespaceDef() 11548 NamedDecl *UD = in ActOnUsingDeclaration() local 11746 UsingDecl *UD, in BuildUsingShadowDecl() 12035 UsingDecl *UD = in BuildUsingDeclaration() local 12178 UsingDecl *UD = BuildValid(); in BuildUsingDeclaration() local 12213 bool Sema::CheckInheritingConstructorUsingDecl(UsingDecl *UD) { in CheckInheritingConstructorUsingDecl() 12285 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in CheckUsingDeclRedeclaration() local 12288 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() local 12292 } else if (UnresolvedUsingTypenameDecl *UD in CheckUsingDeclRedeclaration() local
|
D | SemaLookup.cpp | 143 void visit(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in visit() 158 for (auto UD : DC->using_directives()) { in addUsingDirectives() local 180 void addUsingDirective(UsingDirectiveDecl *UD, DeclContext *EffectiveDC) { in addUsingDirective()
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 749 void JSONNodeDumper::VisitUsingDecl(const UsingDecl *UD) { in VisitUsingDecl()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3630 void CGDebugInfo::EmitUsingDirective(const UsingDirectiveDecl &UD) { in EmitUsingDirective() 3643 void CGDebugInfo::EmitUsingDecl(const UsingDecl &UD) { in EmitUsingDecl()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 1744 uint32_t UD = Diff; in replaceInstrExpr() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 752 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 1727 uint32_t UD = Diff; in replaceInstrExpr() local
|