Lines Matching refs:isDependentContext

354     if (!LookupCtx->isDependentContext() &&  in getTypeName()
581 for (; DC && DC->isDependentContext(); DC = DC->getLookupParent()) { in findRecordWithDependentBasesOfEnclosingMethod()
1836 if (D->getDeclContext()->isDependentContext() || in ShouldWarnIfUnusedFileScopedDecl()
1837 D->getLexicalDeclContext()->isDependentContext()) in ShouldWarnIfUnusedFileScopedDecl()
4758 New->getDeclContext()->isDependentContext())) { in checkVarDeclRedefinition()
6241 bool IsDependentContext = DC->isDependentContext(); in HandleDeclarator()
7195 if (DC->isDependentContext()) in adjustContextForLocalExternDecl()
8016 DC->isDependentContext()) in ActOnVariableDeclarator()
9816 if (DC->isDependentContext()) { in ActOnFunctionDeclarator()
10436 DC->isDependentContext() || NewFD->getType()->isDependentType() || in ActOnFunctionDeclarator()
10450 CurContext->isRecord() && CurContext->isDependentContext(); in ActOnFunctionDeclarator()
10525 DC->isDependentContext()) in ActOnFunctionDeclarator()
10556 (!Previous.empty() && CurContext->isDependentContext()))) { in ActOnFunctionDeclarator()
10908 if (!NewD->getLexicalDeclContext()->isDependentContext()) in canFullyTypeCheckRedeclaration()
10931 if (!D->getLexicalDeclContext()->isDependentContext()) in shouldLinkDependentDeclWithPrevious()
11895 (NewFD->isDependentContext() && in CheckFunctionDeclaration()
15827 if (!FD->isInvalidDecl() && Body && !FD->isDependentContext() && in ActOnFinishFunctionBody()
15896 (!getLangOpts().CPlusPlus || !FD->isDependentContext())) in ActOnFinishFunctionBody()
20172 if (FD->isDependentContext()) in getEmissionStatus()