Home
last modified time | relevance | path

Searched refs:CodeSynthesisContexts (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp672 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 …]
H A DSema.cpp608 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()
H A DSemaLookup.cpp1570 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()
H A DSemaType.cpp5035 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()
9299 if (CodeSynthesisContexts.empty() && in hasAcceptableDefinition()
9790 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
H A DSemaTemplateInstantiateDecl.cpp2477 SemaRef.CodeSynthesisContexts.back().Kind != in VisitCXXMethodDecl()
4741 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
H A DSemaTemplate.cpp11815 if (!getLangOpts().CPlusPlus || CodeSynthesisContexts.empty()) in getTopMostPointOfInstantiation()
11824 for (const CodeSynthesisContext &CSC : CodeSynthesisContexts) { in getTopMostPointOfInstantiation()
H A DSemaExpr.cpp2412 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()
2413 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()
19033 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp17549 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9638 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable
9928 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()
9932 if (!CodeSynthesisContexts.empty() && in PrintContextStack()
9933 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9935 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()