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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 72 TST_typeofType,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 288 static const TST TST_typeofType = clang::TST_typeofType;
402 return (T == TST_typename || T == TST_typeofType ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 393 case TST_typeofType: {
571 case DeclSpec::TST_typeofType:
SemaTemplateVariadic.cpp 863 case TST_typeofType:
SemaType.cpp 1602 case DeclSpec::TST_typeofType:
5914 assert(DS.getTypeSpecType() == DeclSpec::TST_typeofType);
SemaDecl.cpp 5508 case DeclSpec::TST_typeofType:
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 7257 if (DS.SetTypeSpecType(DeclSpec::TST_typeofType, StartLoc, PrevSpec,

Completed in 43 milliseconds