/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUDelayedMCExpr.cpp | 15 static msgpack::DocNode getNode(msgpack::DocNode DN, msgpack::Type Type, in getNode() argument 30 void DelayedMCExprs::assignDocNode(msgpack::DocNode &DN, msgpack::Type Type, in assignDocNode() argument
|
H A D | AMDGPUDelayedMCExpr.h | 20 msgpack::DocNode &DN; member
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 325 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in collectDebugInfoMetadata() local 571 if (const auto *DV = dyn_cast<DILocalVariable>(DN)) { in checkDebugInfoMetadata() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | LazyCallGraphTest.cpp | 2064 LazyCallGraph::Node &DN = *CG.lookup(lookupFunction(*M, "d")); in TEST() local 2132 LazyCallGraph::Node &DN = CG.get(lookupFunction(*M, "d")); TEST() local 2252 LazyCallGraph::Node &DN = CG.get(lookupFunction(*M, "d")); TEST() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 36 DeclarationName DN = S.PP.getIdentifierInfo(Name); lookupMember() local 1250 DeclarationName DN = makeReturnOnAllocFailure() local
|
H A D | SemaAttr.cpp | 813 DeclarationName DN(II); ActOnPragmaMSAllocText() local
|
H A D | Sema.cpp | 307 if (IdResolver.begin(DN) == IdResolver.end()) in addImplicitTypedef() local
|
H A D | SemaChecking.cpp | 4428 DeclarationName DN(&Context.Idents.get(NewBuiltinName)); BuiltinAtomicOverloaded() local 8157 DeclarationName DN(&S.Context.Idents.get(FunctionName)); emitReplacement() local
|
H A D | SemaCodeComplete.cpp | 5594 DeclarationName DN = T.getNamedConcept()->getDeclName(); deduceType() local
|
H A D | SemaDeclCXX.cpp | 17126 DeclarationName DN = PP.getIdentifierInfo(Member); EvaluateStaticAssertMessageAsString() local
|
H A D | SemaOpenMP.cpp | 18702 DeclarationName DN = ReductionId.getName(); actOnOMPReductionKindClause() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 609 for (const DINode *DN : SP->getRetainedNodes()) { processDISubprogram() local 1202 for (const DINode *DN : SP->getRetainedNodes()) { beginFunctionImpl() local
|
H A D | BPFAbstractMemberAccess.cpp | 212 for (const DINode *DN : SP->getRetainedNodes()) { in run() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 521 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | InlayHints.cpp | 66 getSimpleName(const DeclarationName & DN) getSimpleName() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | const-init-cxx11.cpp | 80 struct DN : D, N {}; struct
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 859 if (!DN) in preheader() local
|
H A D | HexagonLoopIdiomRecognition.cpp | 2249 DomTreeNode *DN = DT->getNode(ExitD); processCopyingStore() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1985 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local 2314 for (const DINode *DN : SP->getRetainedNodes()) { endFunctionImpl() local [all...] |
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 254 auto DN = D->getDeclName(); in getQualifiedNameStart() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 343 if (const auto *DN = dyn_cast_or_null<NamedDecl>(TheDecl)) { print() local
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1786 DotCfgDiffNode(const DotCfgDiffNode & DN) DotCfgDiffNode() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3721 UsingEnumDecl(DeclContext * DC,DeclarationName DN,SourceLocation UL,SourceLocation EL,SourceLocation NL,TypeSourceInfo * EnumType) UsingEnumDecl() argument
|