Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h332 bool WantRemainingKeywords = true; variable
405 WantRemainingKeywords = false; in NoTypoCorrectionCCC()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5114 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5361 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5539 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
5573 WantRemainingKeywords = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp603 WantRemainingKeywords = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp518 FilterCCC.WantRemainingKeywords = false; in LookupTemplateName()
676 WantRemainingKeywords = false; in diagnoseExprIntendedAsTemplateName()
H A DSemaDecl.cpp79 WantRemainingKeywords = false; in TypeNameValidatorCCC()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp1157 WantRemainingKeywords = false; in TentativeParseCCC()
H A DParseExpr.cpp1261 Validator.WantRemainingKeywords = false; in ParseCastExpression()
1263 Validator.WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()
H A DParseStmt.cpp142 WantRemainingKeywords = in StatementFilterCCC()