Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp361 CodeSynthesisContexts.push_back(Ctx); in pushCodeSynthesisContext()
377 assert(CodeSynthesisContexts.size() >= in popCodeSynthesisContext()
380 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
389 if (CodeSynthesisContexts.size() == in popCodeSynthesisContext()
393 CodeSynthesisContexts.pop_back(); in popCodeSynthesisContext()
417 if ((SemaRef.CodeSynthesisContexts.size() - in CheckInstantiationDepth()
1578 assert(!CodeSynthesisContexts.empty() && in SubstType()
1595 assert(!CodeSynthesisContexts.empty() && in SubstType()
1625 assert(!CodeSynthesisContexts.empty() && in SubstType()
1670 assert(!CodeSynthesisContexts.empty() && in SubstFunctionDeclType()
[all …]
H A DSema.cpp1532 assert(!CodeSynthesisContexts.empty()); in getCurBlock()
1567 assert(!CodeSynthesisContexts.empty()); in getCurLambda()
H A DSemaLookup.cpp1382 unsigned N = CodeSynthesisContexts.size(); in getLookupModules()
1385 Module *M = getDefiningModule(*this, CodeSynthesisContexts[I].Entity); in getLookupModules()
1561 if (VisibleWithinParent && SemaRef.CodeSynthesisContexts.empty() && in isVisibleSlow()
4581 if (!CodeSynthesisContexts.empty()) in makeTypoCorrectionConsumer()
H A DSemaType.cpp4262 if (S.CodeSynthesisContexts.empty()) { in GetFullTypeForDeclarator()
7695 if (CodeSynthesisContexts.empty() && in hasVisibleDefinition()
8147 if (AsUnevaluated && CodeSynthesisContexts.empty() && in BuildDecltypeType()
H A DSemaTemplateInstantiateDecl.cpp3727 ActiveInstType &ActiveInst = SemaRef.CodeSynthesisContexts.back(); in InitFunctionInstantiation()
H A DSemaExpr.cpp1851 !CodeSynthesisContexts.empty() && in DiagnoseEmptyLookup()
1852 CodeSynthesisContexts.back().Kind == in DiagnoseEmptyLookup()
14761 CodeSynthesisContexts.size()) in MarkFunctionReferenced()
H A DSemaDeclCXX.cpp13976 if (!CodeSynthesisContexts.empty()) { in CheckFriendTypeDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7285 SmallVector<CodeSynthesisContext, 16> CodeSynthesisContexts; variable
7520 return CodeSynthesisContexts.size() > NonInstantiationEntries; in inTemplateInstantiation()
7524 if (!CodeSynthesisContexts.empty() && in PrintContextStack()
7525 CodeSynthesisContexts.size() != LastEmittedCodeSynthesisContextDepth) { in PrintContextStack()
7527 LastEmittedCodeSynthesisContextDepth = CodeSynthesisContexts.size(); in PrintContextStack()