Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h328 bool WantTypeSpecifiers = true; variable
405 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4981 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5422 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
5445 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
5453 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp663 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp516 FilterCCC.WantTypeSpecifiers = false; in LookupTemplateName()
674 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1199 WantTypeSpecifiers = in TentativeParseCCC()
H A DParseExpr.cpp728 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
737 return WantTypeSpecifiers; in ValidateCandidate()
H A DParseStmt.cpp146 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()