Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp437 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()
449 auto &Active = CodeSynthesisContexts.back(); in popCodeSynthesisContext()
458 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()
461 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
470 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
474 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()
480 auto &Active = SemaRef.CodeSynthesisContexts.back(); in Clear()
487 SemaRef.CodeSynthesisContexts.back()); in Clear()
498 SemaRef.CodeSynthesisContexts.size()); in CheckInstantiationDepth()
499 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()
[all …]
H A DSema.cpp554 if (!CodeSynthesisContexts.empty() && in diagnoseZeroToNullptrConversion()
555 CodeSynthesisContexts.back().Kind == in diagnoseZeroToNullptrConversion()
2091 assert(!CodeSynthesisContexts.empty()); in getCurBlock()
2117 assert(!CodeSynthesisContexts.empty()); in getEnclosingLambda()
2142 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()
4858 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
H A DSemaType.cpp4740 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()
8475 if (CodeSynthesisContexts.empty() && in hasVisibleDefinition()
8962 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
H A DSemaTemplateInstantiateDecl.cpp4500 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
H A DSemaExpr.cpp2147 !CodeSynthesisContexts.empty() && in DiagnoseDependentMemberLookup()
2148 CodeSynthesisContexts.back().Kind == in DiagnoseDependentMemberLookup()
17042 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp16199 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h8710 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable
8988 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()
8992 if (!CodeSynthesisContexts.empty() && in PrintContextStack()
8993 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
8995 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()