Searched refs:WantTypeSpecifiers (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/Sema/ |
D | TypoCorrection.h | 258 : WantTypeSpecifiers(true), WantExpressionKeywords(true), in WantTypeSpecifiers() function 296 bool WantTypeSpecifiers; variable 352 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | TypoCorrection.h | 328 bool WantTypeSpecifiers = true; variable 401 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 4331 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 4840 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate() 4863 return WantTypeSpecifiers || HasNonType; in ValidateCandidate() 4871 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
|
D | SemaExprMember.cpp | 576 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
|
D | SemaTemplate.cpp | 326 FilterCCC->WantTypeSpecifiers = false; in LookupTemplateName()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLookup.cpp | 4645 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 5155 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate() 5178 return WantTypeSpecifiers || HasNonType; in ValidateCandidate() 5186 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
|
D | SemaExprMember.cpp | 597 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
|
D | SemaTemplate.cpp | 511 FilterCCC.WantTypeSpecifiers = false; in LookupTemplateName() 669 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 492 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator() 501 return WantTypeSpecifiers; in ValidateCandidate()
|
D | ParseTentative.cpp | 1083 WantTypeSpecifiers = Next.isOneOf(tok::l_paren, tok::r_paren, tok::greater, in TentativeParseCCC()
|
D | ParseStmt.cpp | 129 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseTentative.cpp | 1114 WantTypeSpecifiers = in TentativeParseCCC()
|
D | ParseExpr.cpp | 697 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator() 706 return WantTypeSpecifiers; in ValidateCandidate()
|
D | ParseStmt.cpp | 123 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()
|