HomeSort by: relevance | last modified time | path
    Searched refs:ElideType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 320 bool PrintFromType, bool ElideType,
377 TDT.PrintFromType, TDT.ElideType,
499 /// ElideType - Option to elide identical types.
500 bool ElideType;
1572 if (ElideType) {
2018 bool ElideType, bool ShowColor)
2021 ElideType(ElideType),
2082 bool PrintFromType, bool ElideType,
2087 ElideType, ShowColors)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 265 bool ElideType = true;
695 void setElideType(bool Val) { ElideType = Val; }
696 bool getElideType() { return ElideType; }
1794 unsigned ElideType : 1;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Warnings.cpp 51 Diags.setElideType(Opts.ElideType);
Diagnostic.cpp 1019 TDT.ElideType = getDiags()->ElideType;

Completed in 58 milliseconds