Searched refs:CodeSynthesisContexts (Results 1 – 8 of 8) sorted by relevance
431 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()452 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()455 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()464 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()468 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()506 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()2108 assert(!CodeSynthesisContexts.empty() && in SubstType()2125 assert(!CodeSynthesisContexts.empty() && in SubstType()2155 assert(!CodeSynthesisContexts.empty() && in SubstType()2200 assert(!CodeSynthesisContexts.empty() && in SubstFunctionDeclType()[all …]
600 if (!CodeSynthesisContexts.empty() && in diagnoseZeroToNullptrConversion()601 CodeSynthesisContexts.back().Kind == in diagnoseZeroToNullptrConversion()2268 assert(!CodeSynthesisContexts.empty()); in getCurBlock()2294 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()2319 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
1555 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()1558 Module *M = CodeSynthesisContexts[I].Entity ? in getLookupModules()1559 getDefiningModule(*this, CodeSynthesisContexts[I].Entity) : in getLookupModules()1841 if (AcceptableWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isAcceptableSlow()5183 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
4856 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()8707 if (CodeSynthesisContexts.empty() && in hasAcceptableDefinition()9202 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
4636 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
2215 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()2216 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()18098 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
16660 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
9102 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable9380 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()9384 if (!CodeSynthesisContexts.empty() && in PrintContextStack()9385 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()9387 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()