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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 318 bool PrintFromType, bool ElideType,
346 TDT.PrintFromType, TDT.ElideType,
467 /// ElideType - Option to elide identical types.
468 bool ElideType;
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 179 bool ElideType; // Elide common types of templates.
479 void setElideType(bool Val = true) { ElideType = Val; }
480 bool getElideType() { return ElideType; }
    [all...]
  /external/clang/lib/Basic/
Warnings.cpp 51 Diags.setElideType(Opts.ElideType);
Diagnostic.cpp 74 ElideType = true;
868 TDT.ElideType = getDiags()->ElideType;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 188 bool ElideType; // Elide common types of templates.
534 void setElideType(bool Val = true) { ElideType = Val; }
535 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 188 bool ElideType; // Elide common types of templates.
534 void setElideType(bool Val = true) { ElideType = Val; }
535 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Diagnostic.h 183 bool ElideType; // Elide common types of templates.
555 void setElideType(bool Val = true) { ElideType = Val; }
556 bool getElideType() { return ElideType; }
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 575 milliseconds