Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

247   DeclContext *DC = CurContext;
312 !ActiveTemplateInstantiations.empty() || CurContext->isDependentContext();
319 isInInlineFunction(CurContext)) {
402 Method->setLexicalDeclContext(CurContext);
410 TemplateMethod->setLexicalDeclContext(CurContext);
778 VarDecl *NewVD = VarDecl::Create(Context, CurContext, Loc,
1425 S.Context, S.CurContext, Loc, Loc, IterationVarName, SizeType,
1614 if (!CurContext->isDependentContext()) {
1672 BlockDecl *Block = BlockDecl::Create(Context, CurContext, ConvLocation);