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

  /external/clang/include/clang/Basic/
Specifiers.h 53 TST_union,
  /external/clang/include/clang/Sema/
DeclSpec.h 267 static const TST TST_union = clang::TST_union;
382 T == TST_interface || T == TST_union ||
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 274 case TST_union:
402 case DeclSpec::TST_union: return "union";
    [all...]
SemaTemplateVariadic.cpp 728 case TST_union:
SemaDecl.cpp 353 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose
365 case TTK_Union: return DeclSpec::TST_union;
    [all...]
SemaType.cpp 755 case DeclSpec::TST_union:
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 674 milliseconds