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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 465 /// \param IsCorrectedToColon If not null, suggestion of replace '::' -> ':'
490 bool *IsCorrectedToColon) {
497 if (IsCorrectedToColon)
498 *IsCorrectedToColon = false;
594 if (IsCorrectedToColon) {
595 *IsCorrectedToColon = true;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 497 bool IsCorrectedToColon = false;
498 bool *CorrectionFlagPtr = ColonIsSacred ? &IsCorrectedToColon : nullptr;
504 if (CorrectionFlagPtr && IsCorrectedToColon) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 92 milliseconds