Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp437 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()
458 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()
461 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
470 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
474 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()
499 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()
2069 assert(!CodeSynthesisContexts.empty() && in SubstType()
2086 assert(!CodeSynthesisContexts.empty() && in SubstType()
2116 assert(!CodeSynthesisContexts.empty() && in SubstType()
2161 assert(!CodeSynthesisContexts.empty() && in SubstFunctionDeclType()
[all …]
H A DSema.cpp578 if (!CodeSynthesisContexts.empty() && in diagnoseZeroToNullptrConversion()
579 CodeSynthesisContexts.back().Kind == in diagnoseZeroToNullptrConversion()
2161 assert(!CodeSynthesisContexts.empty()); in getCurBlock()
2187 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()
2212 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
H A DSemaLookup.cpp1545 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()
1548 Module *M = CodeSynthesisContexts[I].Entity ? in getLookupModules()
1549 getDefiningModule(*this, CodeSynthesisContexts[I].Entity) : in getLookupModules()
1740 if (VisibleWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isVisibleSlow()
4868 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
H A DSemaType.cpp4773 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()
8510 if (CodeSynthesisContexts.empty() && in hasVisibleDefinition()
9002 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
H A DSemaTemplateInstantiateDecl.cpp4624 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
H A DSemaExpr.cpp2157 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()
2158 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()
17203 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp16404 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8779 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable
9057 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()
9061 if (!CodeSynthesisContexts.empty() && in PrintContextStack()
9062 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
9064 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()