Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h328 bool WantTypeSpecifiers = true; variable
401 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5031 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5538 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
5561 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
5569 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp599 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp516 FilterCCC.WantTypeSpecifiers = false; in LookupTemplateName()
674 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp1158 WantTypeSpecifiers = in TentativeParseCCC()
H A DParseExpr.cpp698 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
707 return WantTypeSpecifiers; in ValidateCandidate()
H A DParseStmt.cpp138 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()