Searched refs:DC (Results 151 - 169 of 169) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3040 const DeclContext *DC = FD->getDeclContext(); local
3041 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC))
3068 const DeclContext *DC = FD->getDeclContext(); local
3069 if (const LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(DC))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp725 DAGCombiner &DC; member in class:__anon83::WorklistRemover
729 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {}
732 DC.removeFromWorklist(N);
737 DAGCombiner &DC; member in class:__anon83::WorklistInserter
741 : SelectionDAG::DAGUpdateListener(dc.getDAG()), DC(dc) {}
745 void NodeInserted(SDNode *N) override { DC.ConsiderForPruning(N); }
755 ((DAGCombiner*)DC)->AddToWorklist(N);
760 return ((DAGCombiner*)DC)->CombineTo(N, &To[0], To.size(), AddTo);
765 return ((DAGCombiner*)DC)->CombineTo(N, Res, AddTo);
770 return ((DAGCombiner*)DC)
15037 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, SDValue IVal, StoreSDNode *St, DAGCombiner *DC) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1181 if (ImplicitCastExpr *DC = dyn_cast<ImplicitCastExpr>(DstPtr))
1182 DstPtr = DC->getSubExpr();
H A DCGBlocks.cpp2952 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); local
2959 for (const auto &Result : DC->lookup(&II))
H A DCGStmtOpenMP.cpp455 Arg = ImplicitParamDecl::Create(Ctx, /*DC=*/nullptr, FD->getLocation(),
3859 for (const auto *DC : S.getClausesOfKind<OMPDependClause>())
3860 CGM.getOpenMPRuntime().emitDoacrossOrdered(*this, DC);
H A DCGObjCMac.cpp6493 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); local
6496 for (const auto &Result : DC->lookup(&II))
H A DCGOpenMPRuntime.cpp1232 static FieldDecl *addFieldToRecordDecl(ASTContext &C, DeclContext *DC, argument
1235 C, DC, SourceLocation(), SourceLocation(), /*Id=*/nullptr, FieldTy,
1239 DC->addDecl(Field);
1357 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(),
1359 ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(),
2806 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, Loc,
2839 ImplicitParamDecl Dst(CGM.getContext(), /*DC=*/nullptr, Loc,
3334 ImplicitParamDecl LHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
3336 ImplicitParamDecl RHSArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
4481 ImplicitParamDecl GtidArg(C, /*DC
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1016 if (auto *DC = dyn_cast<DeclContext>(Old))
1017 SemaRef.PerformDependentDiagnostics(DC, TemplateArgs);
H A DSemaOverload.cpp12449 for (DeclContext *DC = SemaRef.CurContext; DC; DC = DC->getParent()) {
12450 if (DC->isTransparentContext())
12453 SemaRef.LookupQualifiedName(R, DC);
12458 if (isa<CXXRecordDecl>(DC)) {
H A DSemaInit.cpp6702 const DeclContext *DC = D->getDeclContext();
6703 if (!DC)
6705 if (const auto *ND = dyn_cast<NamespaceDecl>(DC))
6713 return DC->isStdNamespace();
H A DSemaDeclAttr.cpp5228 const DeclContext *DC = Method->getDeclContext(); local
5229 if (const auto *PDecl = dyn_cast_or_null<ObjCProtocolDecl>(DC)) {
7850 const DeclContext *DC = ECD->getDeclContext(); local
7851 if (const auto *TheEnumDecl = dyn_cast<EnumDecl>(DC)) {
H A DSemaExprObjC.cpp1299 DeclContext *DC = getFunctionLevelDeclContext(); local
1304 ObjCMethodDecl *method = dyn_cast<ObjCMethodDecl>(DC);
H A DSemaTemplateDeduction.cpp2714 if (auto *DC = dyn_cast<DeclContext>(D))
2715 return DC;
H A DTreeTransform.h1091 DeclContext *DC = SemaRef.computeDeclContext(SS, false); local
1092 if (!DC)
1095 if (SemaRef.RequireCompleteDeclContext(SS, DC))
1099 SemaRef.LookupQualifiedName(Result, DC);
1122 SemaRef.LookupQualifiedName(Result, DC);
1136 << Kind << Id << DC << QualifierLoc.getSourceRange();
/freebsd-11-stable/sys/dev/ixgb/
H A Dif_ixgb.c2346 adapter->stats.dc += IXGB_READ_REG(&adapter->hw, DC);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp476 const DeclContext *DC = ObjCMethod->getDeclContext(); local
477 if (const auto *IMD = dyn_cast<ObjCImplDecl>(DC)) {
10424 ASTContext::getManglingNumberContext(const DeclContext *DC) { argument
10426 std::unique_ptr<MangleNumberingContext> &MCtx = MangleNumberingContexts[DC];
H A DExprConstant.cpp600 for (const DeclContext *DC = Callee; DC; DC = DC->getParent())
601 if (DC->isStdNamespace())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2831 MangleNumberingContext &getManglingNumberContext(const DeclContext *DC);
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9303 \DeclareUnicodeCharacter{00DC}{\"U}

Completed in 870 milliseconds

1234567