Home
last modified time | relevance | path

Searched refs:PendingImplicitInstantiation (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h8569 typedef std::pair<ValueDecl *, SourceLocation> PendingImplicitInstantiation; typedef
8573 std::deque<PendingImplicitInstantiation> PendingInstantiations;
8577 SmallVector<PendingImplicitInstantiation, 1> LateParsedInstantiations;
8613 std::deque<PendingImplicitInstantiation> SavedPendingInstantiations;
8624 std::deque<PendingImplicitInstantiation> PendingLocalImplicitInstantiations;
8644 std::deque<PendingImplicitInstantiation>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp940 SmallVector<PendingImplicitInstantiation, 4> Pending; in ActOnEndOfTranslationUnitFragment()
HDSemaTemplateInstantiateDecl.cpp5932 PendingImplicitInstantiation Inst; in PerformPendingInstantiations()