Home | History | Annotate | Download | only in Sema

Lines Matching refs:SemanticContext

869   DeclContext *SemanticContext;
873 SemanticContext = computeDeclContext(SS, true);
874 if (!SemanticContext) {
884 if (RequireCompleteDeclContext(SS, SemanticContext))
890 if (SemanticContext->isDependentContext()) {
891 ContextRAII SavedContext(*this, SemanticContext);
895 diagnoseQualifiedDeclaration(SS, SemanticContext, Name, NameLoc);
897 LookupQualifiedName(Previous, SemanticContext);
899 SemanticContext = CurContext;
944 SemanticContext = PrevDecl->getDeclContext();
950 SemanticContext = OutermostContext;
961 } else if (PrevDecl && !isDeclInScope(PrevDecl, SemanticContext, S))
1018 (SS.isSet() && SemanticContext &&
1019 SemanticContext->isRecord() &&
1020 SemanticContext->isDependentContext())
1031 << Name << SemanticContext << SS.getRange();
1037 CXXRecordDecl::Create(Context, Kind, SemanticContext, KWLoc, NameLoc, Name,
1053 = ClassTemplateDecl::Create(Context, SemanticContext, NameLoc,
1100 DeclContext *DC = SemanticContext->getRedeclContext();