Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTypoCorrection.h328 bool WantTypeSpecifiers = true; variable
401 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4694 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5204 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
5227 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
5235 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp596 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp511 FilterCCC.WantTypeSpecifiers = false; in LookupTemplateName()
669 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp1114 WantTypeSpecifiers = in TentativeParseCCC()
H A DParseExpr.cpp697 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
706 return WantTypeSpecifiers; in ValidateCandidate()
H A DParseStmt.cpp130 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()