Home
last modified time | relevance | path

Searched refs:WantTypeSpecifiers (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTypoCorrection.h252 : WantTypeSpecifiers(true), WantExpressionKeywords(true), in WantTypeSpecifiers() function
290 bool WantTypeSpecifiers; variable
346 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp4067 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
4567 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
4590 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
4598 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
HDSemaExprMember.cpp546 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
HDSemaTemplate.cpp322 FilterCCC->WantTypeSpecifiers = false; in LookupTemplateName()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp477 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
486 return WantTypeSpecifiers; in ValidateCandidate()
HDParseTentative.cpp1011 WantTypeSpecifiers = Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater, in TentativeParseCCC()
HDParseStmt.cpp122 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()