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

  /external/clang/include/clang/Sema/
TemplateDeduction.h 31 /// \brief The deduced template argument list.
33 TemplateArgumentList *Deduced;
51 : Deduced(0), Loc(Loc), HasSFINAEDiagnostic(false), Expression(0) { }
59 /// \brief Take ownership of the deduced template argument list.
61 TemplateArgumentList *Result = Deduced;
62 Deduced = 0;
78 Deduced = NewDeduced;
127 /// corresponding template argument was not deduced.
130 /// two different template argument values were deduced.
139 /// TDK_Inconsistent: this argument is the first value deduced
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 92 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
125 Deduced,
137 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
172 /// \brief Verify that the given, deduced template arguments are compatible.
174 /// \returns The deduced template argument, or a NULL template argument if
175 /// the deduced template arguments were incompatible.
188 llvm_unreachable("Non-deduced template arguments handled above");
199 // If we deduced a constant in one case and either a dependent expression or
231 // If we deduced a dependent expression in one case and either an integral
252 // If we deduced a declaration and a dependent expression, keep th
    [all...]
SemaStmt.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 249 milliseconds