Searched defs:WantTypeSpecifiers (Results 1 - 1 of 1) 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;

Completed in 89 milliseconds