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

  /external/clang/lib/Basic/
Warnings.cpp 54 Diags.setElideType(Opts.ElideType);
Diagnostic.cpp 53 ElideType = true;
837 TDT.ElideType = getDiags()->ElideType;
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 253 bool PrintFromType, bool ElideType,
281 TDT.PrintFromType, TDT.ElideType,
409 /// ElideType - Option to elide identical types.
410 bool ElideType;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 177 bool ElideType; // Elide common types of templates.
475 void setElideType(bool Val = true) { ElideType = Val; }
476 bool getElideType() { return ElideType; }
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 681 Opts.ElideType = !Args.hasArg(OPT_fno_elide_type);
    [all...]

Completed in 380 milliseconds