Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h332 bool WantRemainingKeywords = true; variable
405 WantRemainingKeywords = false; in NoTypoCorrectionCCC()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4779 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
5027 bool ObjCMessageReceiver = CCC.WantObjCSuper && !CCC.WantRemainingKeywords; in CorrectTypo()
5205 WantRemainingKeywords || WantObjCSuper; in ValidateCandidate()
5239 WantRemainingKeywords = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp600 WantRemainingKeywords = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp513 FilterCCC.WantRemainingKeywords = false; in LookupTemplateName()
671 WantRemainingKeywords = false; in diagnoseExprIntendedAsTemplateName()
H A DSemaDecl.cpp76 WantRemainingKeywords = false; in TypeNameValidatorCCC()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp1113 WantRemainingKeywords = false; in TentativeParseCCC()
H A DParseExpr.cpp1245 Validator.WantRemainingKeywords = false; in ParseCastExpression()
1247 Validator.WantRemainingKeywords = Tok.isNot(tok::r_paren); in ParseCastExpression()
H A DParseStmt.cpp134 WantRemainingKeywords = in StatementFilterCCC()