HomeSort by relevance Sort by last modified time
    Searched refs:TST_typename (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/Basic/
Specifiers.h 61 TST_typename, // Typedef, C++ class-name or enum name, etc.
  /external/clang/include/clang/Sema/
DeclSpec.h 292 static const TST TST_typename = clang::TST_typename;
395 return (T == TST_typename || T == TST_typeofType ||
503 assert(isDeclRep((TST) TypeSpecType) || TypeSpecType == TST_typename);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 318 case TST_typename:
466 case DeclSpec::TST_typename: return "type-name";
    [all...]
SemaTemplateVariadic.cpp 702 case TST_typename:
    [all...]
SemaType.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 1343 milliseconds