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 232 : WantTypeSpecifiers(true), WantExpressionKeywords(true),
246 /// name or keyword, true for types if WantTypeSpecifiers is true, and true
247 /// for keywords if WantTypeSpecifiers, WantExpressionKeywords,
263 bool WantTypeSpecifiers;
302 WantTypeSpecifiers = false;
  /external/clang/lib/Parse/
ParseExpr.cpp 430 WantTypeSpecifiers = AllowTypes;
439 return WantTypeSpecifiers;
    [all...]
ParseTentative.cpp     [all...]
ParseStmt.cpp 155 DefaultValidator.WantTypeSpecifiers =
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaTemplate.cpp 322 FilterCCC.WantTypeSpecifiers = false;
    [all...]

Completed in 142 milliseconds