HomeSort by: relevance | last modified time | path
    Searched defs:TST_typeofExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 73 TST_typeofExpr,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 289 static const TST TST_typeofExpr = clang::TST_typeofExpr;
406 return (T == TST_typeofExpr || T == TST_decltype || T == TST_extint);

Completed in 24 milliseconds