Searched refs:getDeclarator (Results 1 – 3 of 3) sorted by relevance
208 Declarator &getDeclarator() const { in getDeclarator() function in __anonfc6727220111::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 …]
540 SimpleDeclarator *getDeclarator();
414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType