Home
last modified time | relevance | path

Searched refs:PendingLocalImplicitInstantiations (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2392 SemaRef.PendingLocalImplicitInstantiations.push_back( in VisitFunctionDecl()
6419 while (!PendingLocalImplicitInstantiations.empty() || in PerformPendingInstantiations()
6423 if (PendingLocalImplicitInstantiations.empty()) { in PerformPendingInstantiations()
6427 Inst = PendingLocalImplicitInstantiations.front(); in PerformPendingInstantiations()
6428 PendingLocalImplicitInstantiations.pop_front(); in PerformPendingInstantiations()
H A DSemaTemplateInstantiate.cpp3906 PendingLocalImplicitInstantiations.push_back( in InstantiateClassMembers()
H A DSemaExpr.cpp19034 PendingLocalImplicitInstantiations.push_back( in MarkFunctionReferenced()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10191 std::deque<PendingImplicitInstantiation> PendingLocalImplicitInstantiations; variable
10197 S.PendingLocalImplicitInstantiations); in LocalEagerInstantiationScope()
10203 assert(S.PendingLocalImplicitInstantiations.empty() && in ~LocalEagerInstantiationScope()
10206 S.PendingLocalImplicitInstantiations); in ~LocalEagerInstantiationScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4842 assert(SemaRef.PendingLocalImplicitInstantiations.empty() && in WriteASTCore()