Searched defs:Declarator (Results 1 - 10 of 10) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DDeclarator.java24 public class Declarator extends ASTList implements TokenId { class in inherits:ASTList,TokenId
30 public Declarator(int type, int dim) { method in class:Declarator
38 public Declarator(ASTList className, int dim) { method in class:Declarator
48 public Declarator(int type, String jvmClassName, int dim, method in class:Declarator
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/
H A Dcparse.py256 class Declarator(Node,Parser): class in inherits:Node,Parser
329 class AbstractDeclarator(Declarator):
363 class StructDeclarator(Declarator):
368 Declarator.parse(self,lexer,symbols)
608 decl = Declarator()
H A Dgenpyx.py160 while isinstance(self[i],Declarator):
301 class Declarator(object): class in inherits: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
H A Dir.py251 while isinstance(self[i],Declarator):
263 return Declarator( Identifier(), node )
452 class Declarator(genpyx.Declarator, Node): class in inherits: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
[all...]
/external/clang/include/clang/AST/
H A DTemplateBase.h374 TypeSourceInfo *Declarator; member in union:clang::TemplateArgumentLocInfo::__anon17532
380 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {}
395 return Declarator;
/external/clang/lib/Parse/
H A DParser.cpp701 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
712 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
724 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
734 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
749 ParseExplicitInstantiation(Declarator::FileContext,
791 bool Parser::isStartOfFunctionDefinition(const ParsingDeclarator &Declarator) { argument
792 assert(Declarator.isFunctionDeclarator() && "Isn't a function declarator");
798 Declarator.getFunctionTypeInfo().isKNRPrototype())
884 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
888 return ParseDeclGroup(DS, Declarator
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp747 TypeSourceInfo *Declarator,
971 TypeSourceInfo *Declarator,
975 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
970 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name) argument
H A DTreeTransform.h1560 TypeSourceInfo *Declarator,
1564 VarDecl *Var = getSema().BuildExceptionDeclaration(nullptr, Declarator,
1559 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h51 class Declarator;
748 /// \brief Checks if this DeclSpec can stand alone, without a Declarator.
1441 Declarator &TheDeclarator,
1505 class Declarator { class in namespace:clang
1553 /// FunctionDefinition - Is this Declarator for a function or member
1559 /// \brief Is this Declarator a redeclaration?
1588 Declarator(const DeclSpec &ds, TheContext C) function in class:clang::Declarator
1597 ~Declarator() {
1660 /// \brief Reset the contents of this Declarator.
1965 return const_cast<Declarator*>(thi
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 1190 milliseconds