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 52 TST_union,
  /external/clang/include/clang/Sema/
DeclSpec.h 257 static const TST TST_union = clang::TST_union;
371 T == TST_union || T == TST_class);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 274 case TST_union:
398 case DeclSpec::TST_union: return "union";
    [all...]
SemaTemplateVariadic.cpp 679 case TST_union:
SemaDecl.cpp 314 /// TST_union, TST_struct, TST_class). This is used to diagnose cases in C
325 case TTK_Union: return DeclSpec::TST_union;
    [all...]
SemaType.cpp 753 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 68 milliseconds