Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h322 bool WantTypeSpecifiers = true; variable
378 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp4416 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
4925 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
4948 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
4956 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp600 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp400 FilterCCC->WantTypeSpecifiers = false; in LookupTemplateName()
550 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp1155 WantTypeSpecifiers = Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater, in TentativeParseCCC()
H A DParseExpr.cpp554 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
563 return WantTypeSpecifiers; in ValidateCandidate()
H A DParseStmt.cpp126 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()