Searched refs:isKeyword (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h181 bool isKeyword() const { function in class:clang::TypoCorrection
188 bool isKeyword(const char (&Str)[StrLen]) const { function in class:clang::TypoCorrection
189 return isKeyword() && getCorrectionAsIdentifierInfo()->isStr(Str);
213 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
218 return isKeyword() ? CorrectionDecls.end() : CorrectionDecls.begin();
229 return (!isKeyword() && !CorrectionDecls.empty());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3421 bool isKeyword = false);
3487 NestedNameSpecifier *NNS, bool isKeyword) {
3501 if (isKeyword) TC.makeKeyword();
4145 if (!Cached->second.isKeyword() &&
4479 if (ED == 0 && Result.isKeyword())
4497 && BestResults["super"].front().isKeyword()) {
4526 if (isKeyword())
4551 if (candidate.isKeyword())
4574 return candidate.isKeyword();
4678 Correction.isKeyword()
3486 addName(StringRef Name, NamedDecl *ND, NestedNameSpecifier *NNS, bool isKeyword) argument
[all...]
H A DSemaExprMember.cpp638 if (Corrected.isResolved() && !Corrected.isKeyword()) {
H A DSemaExprObjC.cpp1778 candidate.isKeyword("super");
1859 if (Corrected.isKeyword()) {
H A DSemaDecl.cpp77 return !WantClassName && candidate.isKeyword();
407 if (Corrected.isKeyword()) {
683 if (Corrected.isKeyword())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp436 return candidate.isKeyword();

Completed in 123 milliseconds