Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2435 SemaRef.PendingLocalImplicitInstantiations.push_back( in VisitFunctionDecl()
6386 while (!PendingLocalImplicitInstantiations.empty() || in PerformPendingInstantiations()
6390 if (PendingLocalImplicitInstantiations.empty()) { in PerformPendingInstantiations()
6394 Inst = PendingLocalImplicitInstantiations.front(); in PerformPendingInstantiations()
6395 PendingLocalImplicitInstantiations.pop_front(); in PerformPendingInstantiations()
H A DSemaTemplateInstantiate.cpp4037 PendingLocalImplicitInstantiations.push_back( in InstantiateClassMembers()
H A DSemaExpr.cpp18015 PendingLocalImplicitInstantiations.push_back( in MarkFunctionReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13524 std::deque<PendingImplicitInstantiation> PendingLocalImplicitInstantiations; variable
13530 S.PendingLocalImplicitInstantiations); in LocalEagerInstantiationScope()
13536 assert(S.PendingLocalImplicitInstantiations.empty() && in ~LocalEagerInstantiationScope()
13539 S.PendingLocalImplicitInstantiations); in ~LocalEagerInstantiationScope()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5117 assert(SemaRef.PendingLocalImplicitInstantiations.empty() && in PrepareWritingSpecialDecls()