HomeSort by: relevance | last modified time | path
    Searched refs:TST_typeofExpr (Results 1 - 7 of 7) 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);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 386 case TST_typeofExpr:
572 case DeclSpec::TST_typeofExpr: return "typeof";
SemaTemplateVariadic.cpp 872 case TST_typeofExpr:
SemaType.cpp 1612 case DeclSpec::TST_typeofExpr: {
5909 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofExpr);
SemaDecl.cpp 5533 case DeclSpec::TST_typeofExpr: {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 7280 if (DS.SetTypeSpecType(DeclSpec::TST_typeofExpr, StartLoc, PrevSpec,

Completed in 152 milliseconds