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 396 /// \param IsCorrectedToColon If not null, suggestion of replace '::' -> ':'
421 bool *IsCorrectedToColon) {
428 if (IsCorrectedToColon)
429 *IsCorrectedToColon = false;
522 if (IsCorrectedToColon) {
523 *IsCorrectedToColon = true;
738 bool *IsCorrectedToColon) {
746 IsCorrectedToColon);
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 464 bool IsCorrectedToColon = false;
465 bool *CorrectionFlagPtr = ColonIsSacred ? &IsCorrectedToColon : nullptr;
471 if (CorrectionFlagPtr && IsCorrectedToColon) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 102 milliseconds