HomeSort by: relevance | last modified time | path
    Searched refs:isKeyword (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 202 bool isKeyword() const {
208 bool isKeyword(const char (&Str)[StrLen]) const {
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());
SemaInternal.h 282 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 252 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const {
265 if (!LangOpts.CPlusPlus || !isKeyword(LangOpts))
273 return !isKeyword(LangOptsNoCPP);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 479 int isKeyword();
tokens.d 894 int isKeyword() const
doc.d 2634 private bool isKeyword(const(char)* p, size_t len)
5035 if (isKeyword(start, len))
5289 if (tok.isKeyword())
parse.d 1293 if (token.isKeyword())
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 301 bool isKeyword(const LangOptions &LangOpts) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 4253 NestedNameSpecifier *NNS, bool isKeyword) {
4268 if (isKeyword) TC.makeKeyword();
5069 if (ED == 0 && Result.isKeyword())
5083 else if ((*Consumer)["super"].front().isKeyword())
5177 if (isKeyword())
5203 if (candidate.isKeyword())
5244 return candidate.isKeyword();
5471 Correction.isKeyword() ? nullptr : Correction.getFoundDecl();
SemaExprObjC.cpp 2113 Corrected.isKeyword() ? nullptr : Corrected.getFoundDecl();
2274 candidate.isKeyword("super");
2359 if (Corrected.isKeyword()) {
SemaExprMember.cpp 705 assert(!TC.isKeyword() &&
SemaCast.cpp 2108 AttrTokens.push_back(II->isKeyword(Self.getLangOpts())
2118 AttrTokens.push_back(II->isKeyword(Self.getLangOpts())
SemaTemplate.cpp 677 return Candidate.isKeyword();
692 if (ND || Corrected.isKeyword()) {
SemaDecl.cpp 108 return !WantClassName && candidate.isKeyword();
680 if (Corrected.isKeyword()) {
988 if (Corrected.isKeyword())
SemaExpr.cpp 2564 if (BestTC.isKeyword()) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 168 if (II->isKeyword(Lang))
2512 if (!II->isKeyword(LOptions))
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp 1122 if (Candidate.isResolved() && !Candidate.isKeyword() &&
ParseExpr.cpp 703 return candidate.isKeyword();
ParseDecl.cpp 6908 Tok.getIdentifierInfo()->isKeyword(getLangOpts())) {

Completed in 105 milliseconds