Home
last modified time | relevance | path

Searched refs:getDeclarator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp208 Declarator &getDeclarator() const { in getDeclarator() function in __anonfc6727220111::TypeProcessingState
464 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h540 SimpleDeclarator *getDeclarator();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType