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.cpp231 Declarator &getDeclarator() const { in getDeclarator() function in __anonc2847d970111::TypeProcessingState
489 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
545 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
606 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr()
639 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost()
679 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator()
710 ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()}; in distributeTypeAttrsFromDeclarator()
747 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature()
889 Declarator &declarator = state.getDeclarator(); in ConvertDeclSpecToType()
2750 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