Lines Matching refs:isDependentContext
179 if (!LookupCtx->isDependentContext() && in getTypeName()
1183 if (D->getDeclContext()->isDependentContext() || in ShouldWarnIfUnusedFileScopedDecl()
1184 D->getLexicalDeclContext()->isDependentContext()) in ShouldWarnIfUnusedFileScopedDecl()
3627 bool IsDependentContext = DC->isDependentContext(); in HandleDeclarator()
5244 if (DC->isDependentContext()) { in ActOnFunctionDeclarator()
5628 (NewFD->getType()->isDependentType() || DC->isDependentContext() || in ActOnFunctionDeclarator()
5638 if (CurContext->isDependentContext() && CurContext->isRecord() in ActOnFunctionDeclarator()
5724 DC->isDependentContext()) in ActOnFunctionDeclarator()
5752 CurContext->isDependentContext())) { in ActOnFunctionDeclarator()
7060 if (!var->getDeclContext()->isDependentContext() && Init) { in CheckCompleteVariableDeclaration()
7817 !FD->isDependentContext()) in ActOnFinishFunctionBody()