Home
last modified time | relevance | path

Searched refs:setDeclContext (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1309 decl->setDeclContext(decl_ctx); in CreateRecordType()
1435 func_tmpl_decl->setDeclContext(decl_ctx); in CreateFunctionTemplateDecl()
1444 template_param_decls[i]->setDeclContext(func_decl); in CreateFunctionTemplateDecl()
1494 template_cxx_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1500 template_param_decls[i]->setDeclContext(template_cxx_decl); in CreateClassTemplateDecl()
1510 class_template_decl->setDeclContext(decl_ctx); in CreateClassTemplateDecl()
1571 class_template_specialization_decl->setDeclContext(decl_ctx); in CreateClassTemplateSpecializationDecl()
1708 decl->setDeclContext(decl_ctx); in CreateObjCClass()
1816 decl->setDeclContext(ctx); in CreateBlockDeclaration()
1885 var_decl->setDeclContext(decl_context); in CreateVariableDeclaration()
[all …]
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp122 decl->setDeclContext(decl->getASTContext().getTranslationUnitDecl()); in OverrideOne()
205 backup.first->setDeclContext(backup.second.decl_context); in ~DeclContextOverride()
/external/clang/lib/AST/
DDeclObjC.cpp311 typeParam->setDeclContext(this); in setTypeParamList()
1969 typeParam->setDeclContext(this); in setTypeParamList()
DDeclBase.cpp253 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
DDeclTemplate.cpp112 P->setDeclContext(Owner); in AdoptTemplateParameterList()
DDecl.cpp2774 I->setDeclContext(this); in setDeclsInPrototypeScope()
DASTContext.cpp6201 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
6391 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp336 typeParam->setDeclContext(this); in setTypeParamList()
2092 typeParam->setDeclContext(this); in setTypeParamList()
DDeclBase.cpp327 void Decl::setDeclContext(DeclContext *DC) { in setDeclContext() function in Decl
DDeclTemplate.cpp157 P->setDeclContext(Owner); in AdoptTemplateParameterList()
DASTContext.cpp7883 VaListTagDecl->setDeclContext(NS); in CreateAArch64ABIBuiltinVaListDecl()
8072 VaListDecl->setDeclContext(NS); in CreateAAPCSABIBuiltinVaListDecl()
/external/clang/include/clang/AST/
DDeclBase.h732 void setDeclContext(DeclContext *DC);
DDecl.h1523 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h858 void setDeclContext(DeclContext *DC);
DDecl.h1761 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); } in setOwningFunction()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp515 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
3449 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp576 D->setDeclContext(Reader.getContext().getTranslationUnitDecl()); in VisitDecl()
4078 D->setDeclContext(Context.getTranslationUnitDecl()); in ReadDeclRecord()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1700 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
DSemaDeclObjC.cpp4389 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
DSemaDeclAttr.cpp6078 NewD->setDeclContext(CurContext); in DeclApplyPragmaWeak()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2450 NewParm->setDeclContext(CurContext); in SubstParmVarDecl()
DSemaTemplate.cpp2423 Param->setDeclContext(Guide);
2425 TD->setDeclContext(Guide);
DSemaDeclObjC.cpp4808 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
DSemaDecl.cpp3190 D->setDeclContext(SemaDC); in adjustDeclContextForDeclaratorDecl()
9287 Param->setDeclContext(NewFD); in ActOnFunctionDeclarator()
9317 TD->setDeclContext(NewFD); in ActOnFunctionDeclarator()
DTreeTransform.h12000 Param->setDeclContext(Body); in TransformRequiresExpr()
12012 ->setDeclContext(Body); in TransformRequiresExpr()

12