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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 441 /// \param IsCorrectedToColon If not null, suggestion of replace '::' -> ':'
466 bool *IsCorrectedToColon) {
473 if (IsCorrectedToColon)
474 *IsCorrectedToColon = false;
567 if (IsCorrectedToColon) {
568 *IsCorrectedToColon = true;
800 bool *IsCorrectedToColon) {
808 IsCorrectedToColon);
    [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...]

Completed in 370 milliseconds