Searched refs:setDeclContext (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp311 typeParam->setDeclContext(this);
1969 typeParam->setDeclContext(this);
H A DDeclTemplate.cpp112 P->setDeclContext(Owner);
H A DDecl.cpp2774 I->setDeclContext(this);
H A DASTContext.cpp6201 VaListTagDecl->setDeclContext(NS);
6391 VaListDecl->setDeclContext(NS);
/external/clang/include/clang/AST/
H A DDeclBase.h730 /// setDeclContext - Set both the semantic and lexical DeclContext
732 void setDeclContext(DeclContext *DC);
H A DDecl.h1523 void setOwningFunction(DeclContext *FD) { setDeclContext(FD); }
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1700 NewParm->setDeclContext(CurContext);
H A DSemaDeclObjC.cpp4389 Param->setDeclContext(ObjCMethod);
H A DSemaDeclAttr.cpp6078 NewD->setDeclContext(CurContext);
H A DSemaDecl.cpp8123 Param->setDeclContext(NewFD);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp515 D->setDeclContext(Reader.getContext().getTranslationUnitDecl());
3449 D->setDeclContext(Context.getTranslationUnitDecl());

Completed in 1172 milliseconds