HomeSort by relevance Sort by last modified time
    Searched refs:TypeAlias (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 83 TypeAlias,
  /external/chromium_org/webkit/common/cursors/
webcursor_aura.cc 81 case WebCursorInfo::TypeAlias:
webcursor_gtk.cc 120 case WebCursorInfo::TypeAlias:
webcursor_win.cc 83 case WebCursorInfo::TypeAlias:
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 122 " return ctype with all TypeAlias's replaced "
227 class TypeAlias(genpyx.TypeAlias, Named):
492 if isinstance(self.spec[0], TypeAlias):
660 assert not type(parent[i]) in (TypeAlias, Enum, Struct, Union)
906 if type(node)==TypeAlias:
1019 # Annotate the TypeAlias's
1020 for node in declarator.deepfilter( TypeAlias ):
    [all...]
cparse.py 402 if isinstance( lexer.kind, TypeAlias ) or\
535 if isinstance( lexer.kind, TypeAlias ) or\
577 class TypeAlias(Node):
634 tp = TypeAlias(ident[0],decl)
genpyx.py 134 class TypeAlias(object):
426 # My c-name gets this prefix. See also TypeAlias.pyxstr(): it also prepends the cprefix.
  /external/chromium/webkit/glue/
webcursor_gtk.cc 137 case WebCursorInfo::TypeAlias:
webcursor_win.cc 83 case WebCursorInfo::TypeAlias:
  /external/clang/lib/AST/
Comment.cpp 276 case Decl::TypeAlias:
DeclBase.cpp 508 case TypeAlias:
    [all...]
Type.cpp     [all...]
  /external/clang/lib/Serialization/
ASTCommon.cpp 155 case Decl::TypeAlias:
  /external/clang/lib/Frontend/
ASTConsumers.cpp 417 case Decl::TypeAlias: {
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 516 TypeResult TypeAlias;
561 TypeAlias = ParseTypeName(0, TemplateInfo.Kind ?
611 TypeAlias);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 325 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeAlias, Cursor::Alias);
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
Type.h     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 113 case Decl::TypeAlias: { // using X = int; [C++0x]
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 285 COMPILE_ASSERT_MATCHING_ENUM(TypeAlias, PP_MOUSECURSOR_TYPE_ALIAS);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 700 milliseconds

1 2