HomeSort by: relevance | last modified time | path
    Searched refs:WantFunctionLikeCasts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 325 // Flags for context-dependent keywords. WantFunctionLikeCasts is only
331 bool WantFunctionLikeCasts = true;
404 WantFunctionLikeCasts = false;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 599 WantFunctionLikeCasts = false;
SemaLookup.cpp 4731 } else if (CCC.WantFunctionLikeCasts) {
5236 WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus &&
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 697 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes;

Completed in 58 milliseconds