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

  /external/clang/include/clang/Basic/
Specifiers.h 56 TST_interface, // C++ (Microsoft-specific) __interface type
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 269 static const TST TST_interface = clang::TST_interface;
395 T == TST_interface || T == TST_union ||
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 277 case TST_interface:
417 case DeclSpec::TST_interface: return "__interface";
    [all...]
SemaTemplateVariadic.cpp 727 case TST_interface:
SemaDecl.cpp 352 /// TST_union, TST_struct, TST_interface, TST_class). This is used to diagnose
363 case TTK_Interface: return DeclSpec::TST_interface;
    [all...]
SemaType.cpp 887 case DeclSpec::TST_interface: {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]

Completed in 113 milliseconds