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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCursorInfo.h 81 TypeAlias,
  /external/chromium_org/content/common/cursors/
webcursor_aura.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/clang/lib/Serialization/
ASTCommon.cpp 155 case Decl::TypeAlias:
  /external/clang/lib/AST/
Comment.cpp 313 case Decl::TypeAlias:
Type.cpp     [all...]
DeclBase.cpp 529 case TypeAlias:
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 415 case Decl::TypeAlias: {
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 367 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/Parse/
ParseDeclCXX.cpp 543 TypeResult TypeAlias;
599 TypeAlias = ParseTypeName(nullptr, TemplateInfo.Kind ?
651 TypeAlias);
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 114 case Decl::TypeAlias: { // using X = int; [C++0x]
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 312 COMPILE_ASSERT_MATCHING_ENUM(TypeAlias, PP_MOUSECURSOR_TYPE_ALIAS);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 492 milliseconds