Searched refs:CodeSynthesisContexts (Results 1 – 8 of 8) sorted by relevance
591 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()603 auto &Active = CodeSynthesisContexts.back(); in popCodeSynthesisContext()612 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()615 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()624 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()628 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()634 auto &Active = SemaRef.CodeSynthesisContexts.back(); in Clear()641 SemaRef.CodeSynthesisContexts.back()); in Clear()665 SemaRef.CodeSynthesisContexts.size()); in CheckInstantiationDepth()666 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()[all …]
596 if (!CodeSynthesisContexts.empty() && in diagnoseZeroToNullptrConversion()597 CodeSynthesisContexts.back().Kind == in diagnoseZeroToNullptrConversion()2305 assert(!CodeSynthesisContexts.empty()); in getCurBlock()2331 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()2356 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
1557 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()1560 Module *M = CodeSynthesisContexts[I].Entity ? in getLookupModules()1561 getDefiningModule(*this, CodeSynthesisContexts[I].Entity) : in getLookupModules()1841 if (AcceptableWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isAcceptableSlow()5192 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
4928 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()8809 if (CodeSynthesisContexts.empty() && in hasAcceptableDefinition()9298 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
4644 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
2214 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()2215 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()18394 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
16871 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
9356 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable9639 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()9643 if (!CodeSynthesisContexts.empty() && in PrintContextStack()9644 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()9646 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()