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

  /external/clang/include/clang/Basic/
Diagnostic.h 177 bool ElideType; // Elide common types of templates.
471 void setElideType(bool Val = true) { ElideType = Val; }
472 bool getElideType() { return ElideType; }
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 253 bool PrintFromType, bool ElideType,
281 TDT.PrintFromType, TDT.ElideType,
405 /// ElideType - Option to elide identical types.
406 bool ElideType;
    [all...]

Completed in 599 milliseconds