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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h251 : WantTypeSpecifiers(true), WantExpressionKeywords(true),
265 /// name or keyword, true for types if WantTypeSpecifiers is true, and true
266 /// for keywords if WantTypeSpecifiers, WantExpressionKeywords,
282 bool WantTypeSpecifiers; member in class:clang::CorrectionCandidateCallback
325 WantTypeSpecifiers = false;
/external/clang/lib/Parse/
H A DParseExpr.cpp428 WantTypeSpecifiers = AllowTypes;
437 return WantTypeSpecifiers;
H A DParseTentative.cpp1134 TypoCorrection.WantTypeSpecifiers = Next.isNot(tok::arrow);
H A DParseStmt.cpp122 WantTypeSpecifiers = nextTok.is(tok::l_paren) || nextTok.is(tok::less) ||
/external/clang/lib/Sema/
H A DSemaLookup.cpp3957 if (CCC.WantTypeSpecifiers) {
4454 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts ||
4477 return WantTypeSpecifiers || HasNonType;
4485 WantTypeSpecifiers = SemaRef.getLangOpts().CPlusPlus;
H A DSemaTemplate.cpp322 FilterCCC.WantTypeSpecifiers = false;

Completed in 1516 milliseconds