Searched defs:Declarator (Results 1 - 8 of 8) 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/clang/include/clang/AST/
H A DTemplateBase.h361 TypeSourceInfo *Declarator; member in union:clang::TemplateArgumentLocInfo::__anon3442
367 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {}
382 return Declarator;
/external/clang/lib/Parse/
H A DParseTemplate.cpp193 if (Context == Declarator::MemberContext) {
233 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
507 Declarator::TemplateTypeArgContext).get();
629 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
1098 Declarator::TemplateTypeArgContext);
1262 DeclaratorDecl* Declarator = dyn_cast<DeclaratorDecl>(FD); local
1263 if (Declarator && Declarator->getNumTemplateParameterLists() != 0) {
1265 Actions.ActOnReenterDeclaratorTemplateScope(getCurScope(), Declarator); local
[all...]
H A DParser.cpp690 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
701 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
713 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
723 return ParseDeclaration(Stmts, Declarator::FileContext, DeclEnd, attrs);
738 ParseExplicitInstantiation(Declarator::FileContext,
781 bool Parser::isStartOfFunctionDefinition(const ParsingDeclarator &Declarator) { argument
782 assert(Declarator.isFunctionDeclarator() && "Isn't a function declarator");
788 Declarator.getFunctionTypeInfo().isKNRPrototype())
867 Decl *TheDecl = ParseLinkage(DS, Declarator::FileContext);
871 return ParseDeclGroup(DS, Declarator
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp781 TypeSourceInfo *Declarator,
976 TypeSourceInfo *Declarator,
980 VarDecl *Var = inherited::RebuildExceptionDecl(ExceptionDecl, Declarator,
975 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name) argument
H A DTreeTransform.h1299 TypeSourceInfo *Declarator,
1303 VarDecl *Var = getSema().BuildExceptionDeclaration(0, Declarator,
1298 RebuildExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *Declarator, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h51 class Declarator;
715 /// \brief Checks if this DeclSpec can stand alone, without a Declarator.
1402 Declarator &TheDeclarator,
1466 class Declarator { class in namespace:clang
1512 /// FunctionDefinition - Is this Declarator for a function or member
1518 /// \brief Is this Declarator a redeclaration?
1547 Declarator(const DeclSpec &ds, TheContext C) function in class:clang::Declarator
1556 ~Declarator() {
1619 /// \brief Reset the contents of this Declarator.
1885 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 189 milliseconds