reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/TypoCorrection.h
  209     return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
  233     return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
  241     return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
  262     return (!isKeyword() && !CorrectionDecls.empty());
tools/clang/lib/Parse/ParseExpr.cpp
  554       return candidate.isKeyword();
tools/clang/lib/Parse/ParseTentative.cpp
 1187     if (Candidate.isResolved() && !Candidate.isKeyword() &&
tools/clang/lib/Sema/SemaDecl.cpp
  106     return !WantClassName && candidate.isKeyword();
  679     if (Corrected.isKeyword()) {
  981         if (Corrected.isKeyword())
tools/clang/lib/Sema/SemaExpr.cpp
 2306         if (BestTC.isKeyword()) {
tools/clang/lib/Sema/SemaExprMember.cpp
  708           assert(!TC.isKeyword() &&
tools/clang/lib/Sema/SemaExprObjC.cpp
 1953         Corrected.isKeyword() ? nullptr : Corrected.getFoundDecl();
 2199     if (Corrected.isKeyword()) {
tools/clang/lib/Sema/SemaLookup.cpp
 5036     if (ED == 0 && Result.isKeyword())
 5050       else if ((*Consumer)["super"].front().isKeyword())
 5144   if (isKeyword())
 5170   if (candidate.isKeyword())
 5211     return candidate.isKeyword();
 5466       Correction.isKeyword() ? nullptr : Correction.getFoundDecl();
tools/clang/lib/Sema/SemaTemplate.cpp
  625       return Candidate.isKeyword();
  640     if (ND || Corrected.isKeyword()) {