Searched defs:PrintFromType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTDiagnostic.cpp234 bool PrintFromType, bool ElideType,
264 TDT.PrintFromType, TDT.ElideType,
278 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
1197 bool PrintTree, bool PrintFromType, bool ElideType,
1205 FromType(PrintFromType ? FromType : ToType),
1206 ToType(PrintFromType ? ToType : FromType),
1257 bool PrintFromType, bool ElideType,
1260 PrintFromType = true;
1261 TemplateDiff TD(Context, FromType, ToType, PrintTree, PrintFromType,
1196 TemplateDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1255 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, std::string &S) argument

Completed in 49 milliseconds