HomeSort by relevance Sort by last modified time
    Searched defs:Deduced (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
TemplateDeduction.h 34 /// \brief The deduced template argument list.
36 TemplateArgumentList *Deduced;
52 : Context(Context), Deduced(0), Loc(Loc) { }
55 // FIXME: if (Deduced) Deduced->Destroy(Context);
64 /// \brief Take ownership of the deduced template argument list.
66 TemplateArgumentList *Result = Deduced;
67 Deduced = 0;
74 // FIXME: if (Deduced) Deduced->Destroy(Context)
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 88 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
121 Deduced,
133 SmallVectorImpl<DeducedTemplateArgument> &Deduced,
163 /// \brief Verify that the given, deduced template arguments are compatible.
165 /// \returns The deduced template argument, or a NULL template argument if
166 /// the deduced template arguments were incompatible.
179 llvm_unreachable("Non-deduced template arguments handled above");
190 // If we deduced a constant in one case and either a dependent expression or
222 // If we deduced a dependent expression in one case and either an integral
243 // If we deduced a declaration and a dependent expression, keep th
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 313 milliseconds