Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

245   DeclContext *DC = CurContext;
319 inTemplateInstantiation() || CurContext->isDependentContext();
326 isInInlineFunction(CurContext)) {
403 Method->setLexicalDeclContext(CurContext);
414 TemplateMethod->setLexicalDeclContext(CurContext);
869 VarDecl *NewVD = VarDecl::Create(Context, CurContext, Loc,
1775 // set as CurContext seems more faithful to the source.
1801 if (!CurContext->isDependentContext() && !IsImplicit &&
1926 if (!CurContext->isDependentContext()) {
1984 BlockDecl *Block = BlockDecl::Create(Context, CurContext, ConvLocation);