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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 233 bool PrintFromType, bool ElideType,
264 TDT.PrintFromType, TDT.ElideType,
379 /// ElideType - Option to elide identical types.
380 bool ElideType;
    [all...]
  /external/clang/lib/Frontend/
Warnings.cpp 57 Diags.setElideType(Opts.ElideType);
CompilerInvocation.cpp 599 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type);
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 176 bool ElideType; // Elide common types of templates.
462 void setElideType(bool Val = true) { ElideType = Val; }
463 bool getElideType() { return ElideType; }
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 55 ElideType = true;
846 TDT.ElideType = getDiags()->ElideType;
    [all...]

Completed in 191 milliseconds