Home
last modified time | relevance | path

Searched defs:UD (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang/test/Layout/
H A Dms-x86-member-pointers.cpp11 struct UD { char a; int U::*mp; }; argument
/llvm-project/clang/test/CodeGenCUDA/Inputs/
H A Dcuda-initializers.h40 struct UD { struct
42 __device__ ~UD(); argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteUndefForPHI.cpp156 if (DT->dominates(DominateBB, &BB) && all_of(Undefs, [&](BasicBlock *UD) { in INITIALIZE_PASS_DEPENDENCY()
/llvm-project/clang/test/SemaCUDA/Inputs/
H A Dcuda-initializers.h40 struct UD { struct
42 __device__ ~UD(); argument
/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp296 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective()
356 for (auto &UD : Deferred->second) { in addMarker() local
367 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective()
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DWalkAST.cpp204 VisitUsingDecl(UsingDecl * UD) VisitUsingDecl() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp725 if (!firstInBB(UD->getMemoryInst(), NewPt)) in safeToHoistLdSt() local
777 if (safeToHoistLdSt(T, Insn, UD, K, NumBBsOnAllPaths)) in checkSafety() local
/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp147 const RecordDecl *UD = UT->getDecl(); useFirstFieldIfTransparentUnion() local
H A DCGDebugInfo.cpp5885 EmitUsingDirective(const UsingDirectiveDecl & UD) EmitUsingDirective() argument
5910 EmitUsingDecl(const UsingDecl & UD) EmitUsingDecl() argument
5935 EmitUsingEnumDecl(const UsingEnumDecl & UD) EmitUsingEnumDecl() argument
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp137 if (const auto *UD = dyn_cast<UsingShadowDecl>(D)) { in canonicalRenameDecl() local
186 auto UD = std::find_if(Decls.begin(), Decls.end(), [](const NamedDecl *D) { in filterRenameTargets() local
/llvm-project/clang/unittests/Basic/
H A DSourceManagerTest.cpp558 MacroUndefined(const Token & MacroNameTok,const MacroDefinition & MD,const MacroDirective * UD) MacroUndefined() argument
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp681 } else if (const auto *UD = Result.Nodes.getNodeAs<NamedDecl>("using_decl")) { in run() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11471 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
12208 NamedDecl *UD = ActOnUsingDeclaration() local
12254 auto *UD = ActOnUsingEnumDeclaration() local
12738 UsingDecl *UD = BuildUsingDeclaration() local
12885 UsingDecl *UD = BuildValid(); BuildUsingDeclaration() local
12936 UsingEnumDecl *UD = UsingEnumDecl::Create(Context, CurContext, UsingLoc, BuildUsingEnumDeclaration() local
12975 CheckInheritingConstructorUsingDecl(UsingDecl * UD) CheckInheritingConstructorUsingDecl() argument
13046 if (UsingDecl *UD = dyn_cast<UsingDecl>(D)) { CheckUsingDeclRedeclaration() local
13049 } else if (UnresolvedUsingValueDecl *UD CheckUsingDeclRedeclaration() local
13053 } else if (UnresolvedUsingTypenameDecl *UD CheckUsingDeclRedeclaration() local
13081 CheckUsingDeclQualifier(SourceLocation UsingLoc,bool HasTypename,const CXXScopeSpec & SS,const DeclarationNameInfo & NameInfo,SourceLocation NameLoc,const LookupResult * R,const UsingDecl * UD) CheckUsingDeclQualifier() argument
[all...]
H A DSemaLookup.cpp148 DeclContext *NS = UD->getNominatedNamespace(); in visit() argument
163 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() local
185 addUsingDirective(UsingDirectiveDecl * UD,DeclContext * EffectiveDC) addUsingDirective() argument
[all...]
H A DSemaAccess.cpp1320 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { IsMicrosoftUsingDeclarationAccessBug() local
H A DSemaTemplateInstantiateDecl.cpp3533 NamedDecl *UD = SemaRef.BuildUsingDeclaration( instantiateUnresolvedUsingDecl() local
3563 for (auto *UD : D->expansions()) { VisitUsingPackDecl() local
H A DSemaOverload.cpp1025 if (auto *UD = dyn_cast<UsingShadowDecl>(Op)) shouldAddReversedEqEq() local
2404 RecordDecl *UD = UT->getDecl(); IsTransparentUnionStandardConversion() local
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp227 if (auto *UD = llvm::dyn_cast<UsingDirectiveDecl>(&ND)) { printName() local
H A DFindTarget.cpp187 } else if (const UsingDecl *UD = dyn_cast<UsingDecl>(D)) { in add() local
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp280 MacroUndefined(const Token & MacroNameTok,const MacroDefinition & MD,const MacroDirective * UD) MacroUndefined() argument
/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h651 unsigned long long UD(void) { UD() function
1878 unsigned long long UD(void) { UD() function
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp902 VisitUsingDecl(const UsingDecl * UD) VisitUsingDecl() argument
H A DDecl.cpp1866 if (const auto *UD = dyn_cast<UsingDecl>(this)) { declarationReplaces() local
1932 if (auto *UD = dyn_cast<UsingShadowDecl>(ND)) getUnderlyingDeclImpl() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1745 uint32_t UD = Diff; replaceInstrExpr() local
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp891 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, ParseUsingDeclaration() local

12