Searched refs:CodeSynthesisContexts (Results 1 – 9 of 9) sorted by relevance
672 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()693 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()696 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()705 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()709 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()747 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()2607 assert(!CodeSynthesisContexts.empty() && in SubstType()2624 assert(!CodeSynthesisContexts.empty() && in SubstType()2654 assert(!CodeSynthesisContexts.empty() && in SubstType()2700 assert(!CodeSynthesisContexts.empty() && in SubstFunctionDeclType()[all …]
608 if (!CodeSynthesisContexts.empty() && in diagnoseZeroToNullptrConversion()609 CodeSynthesisContexts.back().Kind == in diagnoseZeroToNullptrConversion()2351 assert(!CodeSynthesisContexts.empty()); in getCurBlock()2378 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()2403 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
1570 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()1573 Module *M = CodeSynthesisContexts[I].Entity ? in getLookupModules()1574 getDefiningModule(*this, CodeSynthesisContexts[I].Entity) : in getLookupModules()1854 if (AcceptableWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isAcceptableSlow()5210 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
5035 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()9299 if (CodeSynthesisContexts.empty() && in hasAcceptableDefinition()9790 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
2477 SemaRef.CodeSynthesisContexts.back().Kind != in VisitCXXMethodDecl()4741 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
11815 if (!getLangOpts().CPlusPlus || CodeSynthesisContexts.empty()) in getTopMostPointOfInstantiation()11824 for (const CodeSynthesisContext &CSC : CodeSynthesisContexts) { in getTopMostPointOfInstantiation()
2412 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()2413 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()19033 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
17549 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
9638 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable9928 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()9932 if (!CodeSynthesisContexts.empty() && in PrintContextStack()9933 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()9935 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()