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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h298 /// name or keyword, true for types if WantTypeSpecifiers is true, and true
299 /// for keywords if WantTypeSpecifiers, WantExpressionKeywords,
328 bool WantTypeSpecifiers = true; member in class:clang::CorrectionCandidateCallback
401 WantTypeSpecifiers = false;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp679 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes;
688 return WantTypeSpecifiers;
H A DParseTentative.cpp1181 WantTypeSpecifiers = Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater,
H A DParseStmt.cpp122 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4688 if (CCC.WantTypeSpecifiers) {
5198 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts ||
5221 return WantTypeSpecifiers || HasNonType;
5229 WantTypeSpecifiers = false;
H A DSemaExprMember.cpp599 WantTypeSpecifiers = false;
H A DSemaTemplate.cpp506 FilterCCC.WantTypeSpecifiers = false;
662 WantTypeSpecifiers = false;

Completed in 227 milliseconds