/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | TypoCorrection.h | 202 bool isKeyword() const { in isKeyword() function 208 bool isKeyword(const char (&Str)[StrLen]) const { in isKeyword() function 209 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str); in isKeyword() 233 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin(); in begin() 241 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin(); in begin() 262 return (!isKeyword() && !CorrectionDecls.empty()); in hasCorrectionDecl()
|
H A D | SemaInternal.h | 282 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 252 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) const { in isKeyword() function in IdentifierInfo 265 if (!LangOpts.CPlusPlus || !isKeyword(LangOpts)) in isCPlusPlusKeyword() 273 return !isKeyword(LangOptsNoCPP); in isCPlusPlusKeyword()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | tokens.h | 228 int isKeyword();
|
H A D | tokens.c | 335 int Token::isKeyword() in isKeyword() function
|
H A D | doc.c | 2124 bool isKeyword(utf8_t *p, size_t len) in isKeyword() function 2554 if (isKeyword(start, len)) in highlightText() 2700 if (tok.isKeyword()) in highlightCode2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.h | 479 int isKeyword();
|
H A D | tokens.d | 894 int isKeyword() const in isKeyword() function
|
H A D | doc.d | 2634 private bool isKeyword(const(char)* p, size_t len) in isKeyword() function 5035 if (isKeyword(start, len)) in highlightText() 5289 if (tok.isKeyword()) in highlightCode2()
|
H A D | parse.d | 1293 if (token.isKeyword())
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4253 NestedNameSpecifier *NNS, bool isKeyword) { in addName() argument 4268 if (isKeyword) TC.makeKeyword(); in addName() 5069 if (ED == 0 && Result.isKeyword()) in CorrectTypo() 5083 else if ((*Consumer)["super"].front().isKeyword()) in CorrectTypo() 5177 if (isKeyword()) in addCorrectionDecl() 5203 if (candidate.isKeyword()) in ValidateCandidate() 5244 return candidate.isKeyword(); in ValidateCandidate() 5471 Correction.isKeyword() ? nullptr : Correction.getFoundDecl(); in diagnoseTypo()
|
H A D | SemaCast.cpp | 2108 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) in DiagnoseCallingConvCast() 2118 AttrTokens.push_back(II->isKeyword(Self.getLangOpts()) in DiagnoseCallingConvCast()
|
H A D | SemaExprObjC.cpp | 2113 Corrected.isKeyword() ? nullptr : Corrected.getFoundDecl(); in HandleExprPropertyRefExpr() 2274 candidate.isKeyword("super"); in ValidateCandidate() 2359 if (Corrected.isKeyword()) { in getObjCMessageKind()
|
H A D | SemaExprMember.cpp | 705 assert(!TC.isKeyword() && in LookupMemberExprInRecord()
|
H A D | SemaTemplate.cpp | 677 return Candidate.isKeyword(); in diagnoseExprIntendedAsTemplateName() 692 if (ND || Corrected.isKeyword()) { in diagnoseExprIntendedAsTemplateName()
|
H A D | SemaDecl.cpp | 108 return !WantClassName && candidate.isKeyword(); in ValidateCandidate() 680 if (Corrected.isKeyword()) { in DiagnoseUnknownTypeName() 988 if (Corrected.isKeyword()) in ClassifyName()
|
H A D | SemaExpr.cpp | 2564 if (BestTC.isKeyword()) { in ActOnIdExpression()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 301 bool isKeyword(const LangOptions &LangOpts) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 168 if (II->isKeyword(Lang)) in shouldWarnOnMacroDef() 2512 if (!II->isKeyword(LOptions)) in isConfigurationPattern()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1122 if (Candidate.isResolved() && !Candidate.isKeyword() && in ValidateCandidate()
|
H A D | ParseExpr.cpp | 703 return candidate.isKeyword(); in ValidateCandidate()
|
H A D | ParseDecl.cpp | 6908 Tok.getIdentifierInfo()->isKeyword(getLangOpts())) { in ParseParameterDeclarationClause()
|