Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp591 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()
603 auto &Active = CodeSynthesisContexts.back(); in popCodeSynthesisContext()
612 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()
615 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
624 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
628 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()
634 auto &Active = SemaRef.CodeSynthesisContexts.back(); in Clear()
641 SemaRef.CodeSynthesisContexts.back()); in Clear()
665 SemaRef.CodeSynthesisContexts.size()); in CheckInstantiationDepth()
666 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()
[all …]
H A DSema.cpp596 if (!CodeSynthesisContexts.empty() && in diagnoseZeroToNullptrConversion()
597 CodeSynthesisContexts.back().Kind == in diagnoseZeroToNullptrConversion()
2305 assert(!CodeSynthesisContexts.empty()); in getCurBlock()
2331 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()
2356 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
H A DSemaLookup.cpp1557 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()
1560 Module *M = CodeSynthesisContexts[I].Entity ? in getLookupModules()
1561 getDefiningModule(*this, CodeSynthesisContexts[I].Entity) : in getLookupModules()
1841 if (AcceptableWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isAcceptableSlow()
5192 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
H A DSemaType.cpp4928 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()
8809 if (CodeSynthesisContexts.empty() && in hasAcceptableDefinition()
9298 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
H A DSemaTemplateInstantiateDecl.cpp4644 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
H A DSemaExpr.cpp2214 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()
2215 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()
18394 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp16871 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9356 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable
9639 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()
9643 if (!CodeSynthesisContexts.empty() && in PrintContextStack()
9644 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9646 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()