Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h258 : WantTypeSpecifiers(true), WantExpressionKeywords(true), in WantTypeSpecifiers() function
296 bool WantTypeSpecifiers; variable
352 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/external/llvm-project/clang/include/clang/Sema/
DTypoCorrection.h328 bool WantTypeSpecifiers = true; variable
401 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/external/clang/lib/Sema/
DSemaLookup.cpp4331 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
4840 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
4863 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
4871 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
DSemaExprMember.cpp576 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
DSemaTemplate.cpp326 FilterCCC->WantTypeSpecifiers = false; in LookupTemplateName()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4645 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5155 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
5178 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
5186 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
DSemaExprMember.cpp597 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
DSemaTemplate.cpp511 FilterCCC.WantTypeSpecifiers = false; in LookupTemplateName()
669 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
/external/clang/lib/Parse/
DParseExpr.cpp492 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
501 return WantTypeSpecifiers; in ValidateCandidate()
DParseTentative.cpp1083 WantTypeSpecifiers = Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater, in TentativeParseCCC()
DParseStmt.cpp129 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()
/external/llvm-project/clang/lib/Parse/
DParseTentative.cpp1114 WantTypeSpecifiers = in TentativeParseCCC()
DParseExpr.cpp697 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
706 return WantTypeSpecifiers; in ValidateCandidate()
DParseStmt.cpp123 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()