Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h332 bool WantRemainingKeywords = true; variable
409 WantRemainingKeywords = false; in NoTypoCorrectionCCC()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5067 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5283 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5423 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
5457 WantRemainingKeywords = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp667 WantRemainingKeywords = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp518 FilterCCC.WantRemainingKeywords = false; in LookupTemplateName()
676 WantRemainingKeywords = false; in diagnoseExprIntendedAsTemplateName()
H A DSemaDecl.cpp91 WantRemainingKeywords = false; in TypeNameValidatorCCC()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1198 WantRemainingKeywords = false; in TentativeParseCCC()
H A DParseExpr.cpp1338 Validator.WantRemainingKeywords = false; in ParseCastExpression()
1340 Validator.WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()
H A DParseStmt.cpp150 WantRemainingKeywords = in StatementFilterCCC()