Home
last modified time | relevance | path

Searched refs:TypeAlias (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebCursorInfo.h83 TypeAlias, enumerator
/external/webkit/Source/WebCore/platform/chromium/
DPlatformCursor.h76 TypeAlias, enumerator
DCursorChromium.cpp263 static const Cursor c(PlatformCursor::TypeAlias); in aliasCursor()
359 COMPILE_ASSERT_MATCHING_ENUM(Alias, TypeAlias);
/external/clang/include/clang/Basic/
DDeclNodes.td22 def TypeAlias : DDecl<TypedefName>;
/external/chromium/webkit/glue/
Dwebcursor_gtk.cc137 case WebCursorInfo::TypeAlias: in GetCursorType()
Dwebcursor_win.cc83 case WebCursorInfo::TypeAlias: in ToCursorID()
Dwebcursor_mac.mm140 case WebCursorInfo::TypeAlias:
182 cursor_info.type = WebCursorInfo::TypeAlias;
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp264 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeAlias, PlatformCursor::TypeAlias);
/external/clang/lib/Frontend/
DASTConsumers.cpp339 case Decl::TypeAlias: { in PrintDeclContext()
/external/clang/lib/Parse/
DParseDeclCXX.cpp470 TypeResult TypeAlias; in ParseUsingDeclaration() local
515 TypeAlias = ParseTypeName(0, TemplateInfo.Kind ? in ParseUsingDeclaration()
549 UsingLoc, Name, TypeAlias); in ParseUsingDeclaration()
/external/clang/lib/AST/
DDeclBase.cpp441 case TypeAlias: in getIdentifierNamespaceForKind()
/external/clang/include/clang/AST/
DDecl.h2286 : TypedefNameDecl(TypeAlias, DC, StartLoc, IdLoc, Id, TInfo) {} in TypeAliasDecl()
2298 static bool classofKind(Kind K) { return K == TypeAlias; } in classofKind()
/external/clang/lib/CodeGen/
DCGDecl.cpp96 case Decl::TypeAlias: { // using X = int; [C++0x] in EmitDecl()
/external/clang/tools/libclang/
DCIndex.cpp3963 case Decl::TypeAlias: in clang_getCursorDefinition()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2683 case Decl::TypeAlias: return CXCursor_TypeAliasDecl; in getCursorKindForDecl()