Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

28   DeclContext *DC = CurContext;
90 !ActiveTemplateInstantiations.empty() || CurContext->isDependentContext();
97 isInInlineFunction(CurContext)) {
154 Method->setLexicalDeclContext(CurContext);
504 if (CurContext->isDependentContext()) {
1064 if (!CurContext->isDependentContext()) {
1109 BlockDecl *Block = BlockDecl::Create(Context, CurContext, ConvLocation);