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

  /external/clang/include/clang/Sema/
TemplateDeduction.h 30 /// \brief The deduced template argument list.
32 TemplateArgumentList *Deduced;
50 : Deduced(0), Loc(Loc), HasSFINAEDiagnostic(false), Expression(0) { }
58 /// \brief Take ownership of the deduced template argument list.
60 TemplateArgumentList *Result = Deduced;
61 Deduced = 0;
77 Deduced = NewDeduced;
126 /// corresponding template argument was not deduced.
129 /// two different template argument values were deduced.
138 /// TDK_Inconsistent: this argument is the first value deduced
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 88 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
121 Deduced,
133 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
168 /// \brief Verify that the given, deduced template arguments are compatible.
170 /// \returns The deduced template argument, or a NULL template argument if
171 /// the deduced template arguments were incompatible.
184 llvm_unreachable("Non-deduced template arguments handled above");
195 // If we deduced a constant in one case and either a dependent expression or
227 // If we deduced a dependent expression in one case and either an integral
248 // If we deduced a declaration and a dependent expression, keep th
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]

Completed in 65 milliseconds