Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp238 Declarator &getDeclarator() const { in getDeclarator() function in __anonc2847d970111::TypeProcessingState
500 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
556 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
617 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr()
650 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost()
690 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator()
721 ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()}; in distributeTypeAttrsFromDeclarator()
758 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature()
900 Declarator &declarator = state.getDeclarator(); in ConvertDeclSpecToType()
2802 Declarator &declarator = state.getDeclarator(); in inferARCWriteback()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h535 SimpleDeclarator *getDeclarator();
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType