Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h332 bool WantRemainingKeywords = true; variable
409 WantRemainingKeywords = false; in NoTypoCorrectionCCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5132 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5379 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5557 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
5591 WantRemainingKeywords = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp635 WantRemainingKeywords = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp519 FilterCCC.WantRemainingKeywords = false; in LookupTemplateName()
677 WantRemainingKeywords = false; in diagnoseExprIntendedAsTemplateName()
H A DSemaDecl.cpp82 WantRemainingKeywords = false; in TypeNameValidatorCCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1197 WantRemainingKeywords = false; in TentativeParseCCC()
H A DParseExpr.cpp1275 Validator.WantRemainingKeywords = false; in ParseCastExpression()
1277 Validator.WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()
H A DParseStmt.cpp144 WantRemainingKeywords = in StatementFilterCCC()