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

  /external/clang/test/Index/
comment-cplus11-specific.cpp 14 //! This is documentation for the typedef (which shows up).
15 typedef inner::Opaque Typedef;
16 // CHECK: (CXComment_Text Text=[ This is documentation for the typedef (which shows up).])))]
22 typedef inner::Opaque NoDocTypedef;
  /external/clang/lib/Analysis/
FormatString.cpp 819 const TypedefNameDecl *Typedef = cast<TypedefType>(QT)->getDecl();
822 const IdentifierInfo *Identifier = Typedef->getIdentifier();
841 QualType T = Typedef->getUnderlyingType();
845 Typedef = cast<TypedefType>(T)->getDecl();
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 66 class Typedef(StorageClass):
69 def __init__(self,s='typedef'):
515 return self.find(Typedef) is not None
723 self.parse_error(lexer,"typedef in struct or union")
genpyx.py 327 " this is the common part of pyxstr that gets called from both Declarator and Typedef "
343 #if isinstance(self,Typedef):
399 class Typedef(Declarator):
409 ## "typedef struct {...} foo;" => "typedef struct foo {...} foo;"
ir.py 233 node = self.typedef.cbasetype().get_rest()
682 class Typedef(genpyx.Typedef, Declarator):
684 return 'typedef ' + Declarator.cstr(self,l) #.strip()
850 self.typedefs = {} # map names to Typedef's
907 if verbose and node.marked and not node.typedef.marked:
908 print '3:', node.typedef.cstr(), '<--', node.cstr()
909 node.typedef.marked = node.typedef.marked or node.marked
1000 if isinstance(declarator, Typedef)
    [all...]
  /system/media/camera/docs/
metadata_model.py 35 Typedef: A node corresponding to a <typedef> element under <types>.
199 types: An iterable of all Typedef instances available in the graph.
263 def insert_type(self, type_name, type_selector="typedef", **kwargs):
269 type_selector: The selector for the type, e.g. 'typedef'
271 Args (if type_selector == 'typedef'):
275 metadata.insert_type('rectangle', 'typedef',
283 if type_selector != 'typedef':
288 self._types.append(Typedef(type_name, self, kwargs.get('languages')))
616 class Typedef(Node)
1208 def typedef(self): member in class:Entry
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 274 // Create the new typedef
275 TypedefNameDecl *Typedef;
277 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
280 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(),
283 Typedef->setInvalidDecl();
285 // If the old typedef was the name for linkage purposes of an anonymous
286 // tag decl, re-establish that relationship for the new typedef.
292 newTag->setTypedefNameForAnonDecl(Typedef);
304 // If the typedef types are not identical, reject them.
305 SemaRef.isIncompatibleTypedef(InstPrevTypedef, Typedef);
    [all...]
TreeTransform.h 596 typedef std::pair<ExprResult, QualType> InitCaptureInfoTy;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 150 // If location of the typedef name is in a macro, it is because being
478 // Attach any tag type's documentation to its typedef if latter
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 387 milliseconds