Searched defs:DC (Results 101 - 124 of 124) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1761 const DeclContext *DC = RD->getDeclContext(); local
H A DCGObjCMac.cpp6519 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); local
H A DCGOpenMPRuntime.cpp1051 static FieldDecl *addFieldToRecordDecl(ASTContext &C, DeclContext *DC, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3460 void *DC; // The DAG Combiner object. member in struct:llvm::TargetLoweringBase::TargetLowering::DAGCombinerInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp954 const DeclContext *DC = ND->getDeclContext()->getRedeclContext(); local
5098 constraintsForTemplatedEntity(DeclContext *DC) { argument
6222 DeclContext *DC = S->getEntity(); local
[all...]
H A DSemaDeclObjC.cpp151 DeclContext *DC = NewMethod->getDeclContext(); local
H A DSemaStmt.cpp2074 DeclContext *DC = SemaRef.CurContext; local
4209 DeclContext *DC = CurContext; local
4289 DeclContext *DC = CurContext; local
4360 DeclContext *DC = CapturedDecl::castToDeclContext(CD); local
4390 DeclContext *DC = CapturedDecl::castToDeclContext(CD); local
[all...]
H A DSemaDeclAttr.cpp5318 const DeclContext *DC = Method->getDeclContext(); local
H A DSemaTemplate.cpp727 DeclContext *DC = getFunctionLevelDeclContext(); local
1915 DeclContext *DC = SemanticContext->getRedeclContext(); local
2001 DeclContext *DC = Template->getDeclContext(); member in struct:__anon2101::ConvertConstructorToDeductionGuideTransform
2333 DeclContext *DC = Template->getDeclContext(); local
4641 DeclContext *DC; local
7892 DeclContext *DC = S.CurContext->getRedeclContext(); local
8446 DeclContext *DC = CurContext; local
10778 DeclContext *DC = CurContext; local
[all...]
H A DSemaType.cpp4229 const DeclaratorChunk &DC = D.getTypeObject(i); local
5407 DeclContext *DC = S.computeDeclContext(D.getCXXScopeSpec()); local
H A DSemaChecking.cpp13448 DeclContext *DC = Param->getDeclContext(); local
H A DSemaDecl.cpp528 synthesizeCurrentNestedNameSpecifier(ASTContext &Context, DeclContext *DC) { argument
548 findRecordWithDependentBasesOfEnclosingMethod(const DeclContext *DC) argument
1263 PushDeclContext(Scope *S, DeclContext *DC) argument
1298 EnterDeclaratorContext(Scope *S, DeclContext *DC) argument
1346 EnterTemplatedContext(Scope *S, DeclContext *DC) argument
1510 getScopeForDeclContext(Scope *S, DeclContext *DC) argument
1638 const DeclContext *DC = D->getDeclContext(); local
3089 const DeclContext *DC = Old->getDeclContext(); local
5563 DiagnoseClassNameShadow(DeclContext *DC, DeclarationNameInfo NameInfo) argument
5594 diagnoseQualifiedDeclaration(CXXScopeSpec &SS, DeclContext *DC, DeclarationName Name, SourceLocation Loc, bool IsTemplateId) argument
5701 DeclContext *DC = CurContext; local
6050 ActOnTypedefDeclarator(Scope* S, Declarator& D, DeclContext* DC, TypeSourceInfo *TInfo, LookupResult &Previous) argument
6137 ActOnTypedefNameDecl(Scope *S, DeclContext *DC, TypedefNameDecl *NewTD, LookupResult &Previous, bool &Redeclaration) argument
6194 isOutOfScopePreviousDeclaration(NamedDecl *PrevDecl, DeclContext *DC, ASTContext &Context) argument
6606 const DeclContext *DC = VD->getDeclContext()->getRedeclContext(); local
6620 const DeclContext *DC = FD->getDeclContext()->getRedeclContext(); local
6648 adjustContextForLocalExternDecl(DeclContext *&DC) argument
6680 diagnoseOpenCLTypes(Scope *S, Sema &Se, Declarator &D, DeclContext *DC, QualType R) argument
6779 ActOnVariableDeclarator( Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope, ArrayRef<BindingDecl *> Bindings) argument
8097 AddOverriddenMethods(CXXRecordDecl *DC, CXXMethodDecl *MD) argument
8373 CreateNewFunctionDecl(Sema &SemaRef, Declarator &D, DeclContext *DC, QualType &R, TypeSourceInfo *TInfo, StorageClass SC, bool &IsVirtualOkay) argument
8783 getTagInjectionContext(DeclContext *DC) argument
8803 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamListsRef, bool &AddToScope) argument
13149 const DeclContext *DC = VD->getDeclContext(); local
13492 BuildParmVarDeclForTypedef(DeclContext *DC, SourceLocation Loc, QualType T) argument
13547 CheckParameter(DeclContext *DC, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name, QualType T, TypeSourceInfo *TSInfo, StorageClass SC) argument
15180 DeclContext *DC = ND->getDeclContext()->getRedeclContext(); local
15337 DeclContext *DC = CurContext; local
15500 DeclContext *DC = ND->getDeclContext()->getRedeclContext(); local
16119 DeclContext *DC = New->getDeclContext()->getRedeclContext(); local
16271 ActOnObjCTemporaryExitContainerContext(DeclContext *DC) argument
16277 ActOnObjCReenterContainerContext(DeclContext *DC) argument
16957 ObjCContainerDecl *DC = cast<ObjCContainerDecl>(EnclosingDecl); local
[all...]
H A DSemaExpr.cpp95 const Decl *DC = cast_or_null<Decl>(S.getCurObjCLexicalContext()); local
2086 DeclContext *DC = SS.isEmpty() ? CurContext : nullptr; local
2561 DeclContext *DC = computeDeclContext(SS, false); local
4395 DeclContext *DC = nullptr; local
5536 DeclContext *DC = nullptr; local
11645 DeclContext *DC = CurContext; local
12325 DeclContext *DC = S.CurContext, *Prev = nullptr; local
16817 diagnoseUncapturableValueReference(Sema &S, SourceLocation loc, ValueDecl *var, DeclContext *DC) argument
16890 getParentOfCapturingContextOrNull(DeclContext *DC, VarDecl *Var, SourceLocation Loc, const bool Diagnose, Sema &S) argument
17197 DeclContext *DC = CurContext; local
[all...]
H A DTreeTransform.h1109 DeclContext *DC = SemaRef.computeDeclContext(SS, false); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1141 ReadLexicalDeclContextStorage(ModuleFile &M, BitstreamCursor &Cursor, uint64_t Offset, DeclContext *DC) argument
[all...]
H A DASTReaderDecl.cpp2420 ASTDeclReader::VisitDeclContext(DeclContext *DC) { argument
3272 getPrimaryContextForMerging(ASTReader &Reader, DeclContext *DC) argument
3317 DeclContext *DC = New->getDeclContext()->getRedeclContext(); local
3327 DeclContext *DC = New->getDeclContext()->getRedeclContext(); local
3390 getAnonymousDeclForMerging(ASTReader &Reader, DeclContext *DC, unsigned Index) argument
3417 setAnonymousDeclForMerging(ASTReader &Reader, DeclContext *DC, unsigned Index, NamedDecl *D) argument
3442 DeclContext *DC = D->getDeclContext()->getRedeclContext(); local
4198 auto *DC = cast<DeclContext>(D)->getPrimaryContext(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h90 AccessSpecDecl(AccessSpecifier AS, DeclContext *DC, argument
1875 CXXDeductionGuideDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, argument
117 Create(ASTContext &C, AccessSpecifier AS, DeclContext *DC, SourceLocation ASLoc, SourceLocation ColonLoc) argument
1939 RequiresExprBodyDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc) argument
2877 castFromDeclContext(const DeclContext *DC) argument
2909 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
3015 NamespaceAliasDecl(ASTContext &C, DeclContext *DC, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Namespace) argument
3226 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
3309 ConstructorUsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target, bool TargetInVirtualBase) argument
3416 UsingDecl(DeclContext *DC, SourceLocation UL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, bool HasTypenameKeyword) argument
3558 UsingPackDecl(DeclContext *DC, NamedDecl *InstantiatedFrom, ArrayRef<NamedDecl *> UsingDecls) argument
3632 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, SourceLocation UsingLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, SourceLocation EllipsisLoc) argument
3727 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation TypenameLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TargetNameLoc, IdentifierInfo *TargetName, SourceLocation EllipsisLoc) argument
3797 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
3850 BindingDecl(DeclContext *DC, SourceLocation IdLoc, IdentifierInfo *Id) argument
3904 DecompositionDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation LSquareLoc, QualType T, TypeSourceInfo *TInfo, StorageClass SC, ArrayRef<BindingDecl *> Bindings) argument
3972 MSPropertyDecl(DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL, IdentifierInfo *Getter, IdentifierInfo *Setter) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h995 Decl *DC; member in class:clang::ObjCDeclContextSwitch
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2935 const AArch64DC::DC *DC = AArch64DC::lookupDCByName(Op); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4031 unsigned DC = DppCt->getImm(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3042 const DeclContext *DC = FD->getDeclContext(); local
3070 const DeclContext *DC = FD->getDeclContext(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp459 const DeclContext *DC = ObjCMethod->getDeclContext(); local
10821 ASTContext::getManglingNumberContext(const DeclContext *DC) { argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h936 SynthesizedFunctionScope(Sema &S, DeclContext *DC) argument
12411 const DeclContext *DC = getCurLexicalContext(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp793 DAGCombiner &DC; member in class:__anon3568::WorklistRemover
805 DAGCombiner &DC; member in class:__anon3568::WorklistInserter
15570 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, SDValue IVal, StoreSDNode *St, DAGCombiner *DC) argument
[all...]

Completed in 1028 milliseconds

12345