HomeSort by relevance Sort by last modified time
    Searched defs:TypeAlias (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 83 TypeAlias,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
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.
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...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 516 TypeResult TypeAlias;
561 TypeAlias = ParseTypeName(0, TemplateInfo.Kind ?
611 TypeAlias);
    [all...]

Completed in 135 milliseconds