Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1437 SemaRef.PendingLocalImplicitInstantiations.push_back( in VisitFunctionDecl()
4561 while (!PendingLocalImplicitInstantiations.empty() || in PerformPendingInstantiations()
4565 if (PendingLocalImplicitInstantiations.empty()) { in PerformPendingInstantiations()
4569 Inst = PendingLocalImplicitInstantiations.front(); in PerformPendingInstantiations()
4570 PendingLocalImplicitInstantiations.pop_front(); in PerformPendingInstantiations()
DSemaTemplateInstantiate.cpp2508 PendingLocalImplicitInstantiations.push_back( in InstantiateClassMembers()
DSemaExpr.cpp11263 PendingLocalImplicitInstantiations.push_back( in MarkFunctionReferenced()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h6424 std::deque<PendingImplicitInstantiation> PendingLocalImplicitInstantiations; variable
6430 S.PendingLocalImplicitInstantiations); in SavePendingLocalImplicitInstantiationsRAII()
6434 assert(S.PendingLocalImplicitInstantiations.empty() && in ~SavePendingLocalImplicitInstantiationsRAII()
6437 S.PendingLocalImplicitInstantiations); in ~SavePendingLocalImplicitInstantiationsRAII()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp3982 assert(SemaRef.PendingLocalImplicitInstantiations.empty() && in WriteASTCore()