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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h252 WantCXXNamedCasts(true), WantRemainingKeywords(true),
267 /// WantCXXNamedCasts, WantRemainingKeywords, or WantObjCSuper is true.
285 bool WantRemainingKeywords; member in class:clang::CorrectionCandidateCallback
328 WantRemainingKeywords = false;
/external/clang/lib/Parse/
H A DParseTentative.cpp1133 TypoCorrection.WantRemainingKeywords = false;
H A DParseStmt.cpp128 WantRemainingKeywords = nextTok.is(tok::l_paren) || nextTok.is(tok::semi) ||
/external/clang/lib/Sema/
H A DSemaLookup.cpp4035 if (CCC.WantRemainingKeywords) {
4392 // some instances of CTC_Unknown, while WantRemainingKeywords is true
4394 else if (SecondBestTC && CCC.WantObjCSuper && !CCC.WantRemainingKeywords) {
4455 WantRemainingKeywords || WantObjCSuper;
4486 WantRemainingKeywords = false;
H A DSemaTemplate.cpp324 FilterCCC.WantRemainingKeywords = false;
H A DSemaDecl.cpp73 WantRemainingKeywords = false;

Completed in 540 milliseconds