HomeSort by relevance Sort by last modified time
    Searched defs:Declarator (Results 1 - 4 of 4) 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/clang/include/clang/AST/
TemplateBase.h 367 TypeSourceInfo *Declarator;
381 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {}
396 return Declarator;
  /external/clang/lib/Parse/
ParseTemplate.cpp 201 if (Context == Declarator::MemberContext) {
231 // Parse the declarator.
232 ParsingDeclarator DeclaratorInfo(*this, DS, (Declarator::TheContext)Context);
234 // Error parsing the declarator?
243 // If we have a declaration or declarator list, handle it.
270 // assumes the declarator represents a function, not a typedef.
618 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 46 class Declarator;
677 /// without a Declarator. Only tag declspecs can stand alone.
    [all...]

Completed in 64 milliseconds