Home
last modified time | relevance | path

Searched refs:WantRemainingKeywords (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h326 bool WantRemainingKeywords = true; variable
382 WantRemainingKeywords = false; in NoTypoCorrectionCCC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4501 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
4745 bool ObjCMessageReceiver = CCC->WantObjCSuper && !CCC->WantRemainingKeywords; in CorrectTypo()
4926 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
4958 WantRemainingKeywords = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp604 WantRemainingKeywords = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp402 FilterCCC->WantRemainingKeywords = false; in LookupTemplateName()
552 WantRemainingKeywords = false; in diagnoseExprIntendedAsTemplateName()
H A DSemaDecl.cpp74 WantRemainingKeywords = false; in TypeNameValidatorCCC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp1154 WantRemainingKeywords = false; in TentativeParseCCC()
H A DParseExpr.cpp1052 Validator->WantRemainingKeywords = false; in ParseCastExpression()
1054 Validator->WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()
H A DParseStmt.cpp130 WantRemainingKeywords = in StatementFilterCCC()