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 32 /// \brief The deduced template argument list.
34 TemplateArgumentList *Deduced;
52 : Deduced(nullptr), Loc(Loc), HasSFINAEDiagnostic(false),
61 /// \brief Take ownership of the deduced template argument list.
63 TemplateArgumentList *Result = Deduced;
64 Deduced = nullptr;
80 Deduced = NewDeduced;
125 /// corresponding template argument was not deduced.
128 /// two different template argument values were deduced.
137 /// TDK_Inconsistent: this argument is the first value deduced
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 92 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
101 Deduced,
111 SmallVectorImpl<DeducedTemplateArgument> &Deduced);
146 /// \brief Verify that the given, deduced template arguments are compatible.
148 /// \returns The deduced template argument, or a NULL template argument if
149 /// the deduced template arguments were incompatible.
162 llvm_unreachable("Non-deduced template arguments handled above");
173 // If we deduced a constant in one case and either a dependent expression or
205 // If we deduced a dependent expression in one case and either an integral
226 // If we deduced a declaration and a dependent expression, keep th
    [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 66 milliseconds