Searched refs:getDeclarator (Results 1 – 9 of 9) sorted by relevance
34 public Declarator getDeclarator() { return declarator; } in getDeclarator() method in Variable
31 public Declarator getDeclarator() { return (Declarator)tail().head(); } in getDeclarator() method in FieldDecl
208 Declarator &getDeclarator() const { in getDeclarator() function in __anonc6f7a84e0111::TypeProcessingState464 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()520 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()581 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr()613 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost()639 state.getDeclarator().getAttributes()); in distributeFunctionTypeAttrFromDeclSpec()658 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator()683 assert(!state.getDeclarator().getAttributes().empty() && in distributeTypeAttrsFromDeclarator()688 ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()}; in distributeTypeAttrsFromDeclarator()725 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature()[all …]
175 Declarator &getDeclarator() const { in getDeclarator() function in __anon358d18600111::TypeProcessingState396 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()454 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()516 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr()550 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost()577 state.getDeclarator().getAttrListRef()); in distributeFunctionTypeAttrFromDeclSpec()598 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator()624 assert(state.getDeclarator().getAttributes() && "declarator has no attrs!"); in distributeTypeAttrsFromDeclarator()625 AttributeList *attr = state.getDeclarator().getAttributes(); in distributeTypeAttrsFromDeclarator()670 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature()[all …]
244 ((Variable)left).getDeclarator(), in atAssignExpr()984 Declarator d = ((Variable)oprand).getDeclarator(); in atPlusPlus()1022 Declarator d = v.getDeclarator(); in atVariable()
139 Declarator d = fd.getDeclarator(); in compileField()
796 ((Variable)left).getDeclarator(), in atAssignExpr()1762 Declarator d = ((Variable)oprand).getDeclarator(); in atPlusPlus()1898 Declarator d = v.getDeclarator(); in atVariable()
540 SimpleDeclarator *getDeclarator();
414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType