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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 67 TST_union,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 283 static const TST TST_union = clang::TST_union;
417 T == TST_interface || T == TST_union ||
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 370 case TST_union:
567 case DeclSpec::TST_union: return "union";
SemaTemplateVariadic.cpp 901 case TST_union:
SemaDecl.cpp 607 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose
619 case TTK_Union: return DeclSpec::TST_union;
4557 case DeclSpec::TST_union:
4579 DS.getTypeSpecType() == DeclSpec::TST_union ||
4817 TypeSpecType == DeclSpec::TST_union ||
15167 case TST_union:
SemaCodeComplete.cpp 5476 case DeclSpec::TST_union:
SemaType.cpp 1560 case DeclSpec::TST_union:
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2800 case TST_union: return ETK_Union;
2811 case TST_union: return TTK_Union;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 1431 TagType = DeclSpec::TST_union;
3232 TagType == DeclSpec::TST_union ||
Parser.cpp 1061 case DeclSpec::TST_union:
ParseDecl.cpp 2628 case DeclSpec::TST_union:

Completed in 109 milliseconds