Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTypoCorrection.h254 WantRemainingKeywords(true), WantObjCSuper(false), in WantTypeSpecifiers()
294 bool WantRemainingKeywords; variable
350 WantRemainingKeywords = false; in NoTypoCorrectionCCC()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp4152 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
4396 bool ObjCMessageReceiver = CCC->WantObjCSuper && !CCC->WantRemainingKeywords; in CorrectTypo()
4568 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
4600 WantRemainingKeywords = false; in FunctionCallFilterCCC()
HDSemaExprMember.cpp550 WantRemainingKeywords = false; in RecordMemberExprValidatorCCC()
HDSemaTemplate.cpp324 FilterCCC->WantRemainingKeywords = false; in LookupTemplateName()
HDSemaDecl.cpp73 WantRemainingKeywords = false; in TypeNameValidatorCCC()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp951 Validator->WantRemainingKeywords = false; in ParseCastExpression()
953 Validator->WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()
HDParseTentative.cpp1010 WantRemainingKeywords = false; in TentativeParseCCC()
HDParseStmt.cpp126 WantRemainingKeywords = in StatementFilterCCC()