Searched refs:CodeSynthesisContexts (Results 1 – 8 of 8) sorted by relevance
361 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()377 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()380 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()389 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()393 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()417 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()1578 assert(!CodeSynthesisContexts.empty() && in SubstType()1595 assert(!CodeSynthesisContexts.empty() && in SubstType()1625 assert(!CodeSynthesisContexts.empty() && in SubstType()1670 assert(!CodeSynthesisContexts.empty() && in SubstFunctionDeclType()[all …]
1532 assert(!CodeSynthesisContexts.empty()); in getCurBlock()1567 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
1382 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()1385 Module *M = getDefiningModule(*this, CodeSynthesisContexts[I].Entity); in getLookupModules()1561 if (VisibleWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isVisibleSlow()4581 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
4262 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()7695 if (CodeSynthesisContexts.empty() && in hasVisibleDefinition()8147 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
3727 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
1851 !CodeSynthesisContexts.empty() && in DiagnoseEmptyLookup()1852 CodeSynthesisContexts.back().Kind == in DiagnoseEmptyLookup()14761 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
13976 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
7285 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable7520 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()7524 if (!CodeSynthesisContexts.empty() && in PrintContextStack()7525 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()7527 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()