HomeSort by relevance Sort by last modified time
    Searched refs:WantTypeSpecifiers (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Sema/
TypoCorrection.h 251 : 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;
325 WantTypeSpecifiers = false;
  /external/clang/lib/Parse/
ParseExpr.cpp 428 WantTypeSpecifiers = AllowTypes;
437 return WantTypeSpecifiers;
    [all...]
ParseTentative.cpp     [all...]
ParseStmt.cpp 122 WantTypeSpecifiers = nextTok.is(tok::l_paren) || nextTok.is(tok::less) ||
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaTemplate.cpp 322 FilterCCC.WantTypeSpecifiers = false;
    [all...]

Completed in 68 milliseconds