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

  /external/javassist/src/main/javassist/compiler/ast/
Declarator.java 22 * Variable declarator.
24 public class Declarator extends ASTList implements TokenId {
30 public Declarator(int type, int dim) {
38 public Declarator(ASTList className, int dim) {
48 public Declarator(int type, String jvmClassName, int dim,
59 public Declarator make(Symbol sym, int dim, ASTree init) {
60 Declarator d = new Declarator(this.varType, this.arrayDim + dim);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 256 class Declarator(Node,Parser):
329 class AbstractDeclarator(Declarator):
363 class StructDeclarator(Declarator):
368 Declarator.parse(self,lexer,symbols)
608 decl = Declarator()
613 "expected declarator, got '%s'"%lexer.tok )
713 "expected declarator, got '%s'"%lexer.tok )
genpyx.py 160 while isinstance(self[i],Declarator):
301 class Declarator(object):
327 " this is the common part of pyxstr that gets called from both Declarator and Typedef "
332 #print "Declarator.pyxstr", node.cstr()
399 class Typedef(Declarator):
432 class AbstractDeclarator(Declarator):
449 class StructDeclarator(Declarator): # also used in Union
ir.py 251 while isinstance(self[i],Declarator):
263 return Declarator( Identifier(), node )
452 class Declarator(genpyx.Declarator, Node):
550 " return Declarator pointing to self's type "
551 decl = Declarator(Identifier(), Pointer(self.get_rest().clone()))
555 " return (clone of) Declarator that self is pointing to "
624 decl=Declarator()
682 class Typedef(genpyx.Typedef, Declarator):
684 return 'typedef ' + Declarator.cstr(self,l) #.strip(
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 361 TypeSourceInfo *Declarator;
367 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {}
382 return Declarator;
  /external/clang/lib/Parse/
ParseTemplate.cpp 174 if (Context == Declarator::MemberContext) {
213 // Parse the declarator.
214 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
216 // Error parsing the declarator?
242 // If the declarator-id is not a template-id, issue a diagnostic and
517 Declarator::TemplateTypeArgContext).get();
639 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 51 class Declarator;
732 /// \brief Checks if this DeclSpec can stand alone, without a Declarator.
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 1446 milliseconds