Searched refs:CodeSynthesisContexts (Results 1 – 8 of 8) sorted by relevance
437 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()449 auto &Active = CodeSynthesisContexts.back(); in popCodeSynthesisContext()458 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()461 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()470 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()474 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()480 auto &Active = SemaRef.CodeSynthesisContexts.back(); in Clear()487 SemaRef.CodeSynthesisContexts.back()); in Clear()498 SemaRef.CodeSynthesisContexts.size()); in CheckInstantiationDepth()499 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()[all …]
2038 assert(!CodeSynthesisContexts.empty()); in getCurBlock()2064 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()2089 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
1504 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()1507 Module *M = CodeSynthesisContexts[I].Entity ? in getLookupModules()1508 getDefiningModule(*this, CodeSynthesisContexts[I].Entity) : in getLookupModules()1699 if (VisibleWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isVisibleSlow()4809 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
4703 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()8515 if (CodeSynthesisContexts.empty() && in hasVisibleDefinition()8994 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
4494 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
2150 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()2151 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()16912 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
16125 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
8558 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable8836 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()8840 if (!CodeSynthesisContexts.empty() && in PrintContextStack()8841 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()8843 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()