Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp220 Declarator &getDeclarator() const { in getDeclarator() function in __anon632de2cd0111::TypeProcessingState
479 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
535 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
3445 Declarator &D = state.getDeclarator(); in InventTemplateParameter()
3544 Declarator &D = state.getDeclarator(); in GetDeclSpecTypeForDeclarator()
4700 Declarator &D = state.getDeclarator(); in GetFullTypeForDeclarator()
5675 state.getDeclarator() in GetFullTypeForDeclarator()
6102 Declarator &D = state.getDeclarator(); in transferARCOwnershipToDeclaratorChunk()
6139 Declarator &D = state.getDeclarator(); in transferARCOwnership()
6652 Declarator &D = State.getDeclarator(); in GetTypeSourceInfoForDeclarator()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h535 SimpleDeclarator *getDeclarator();
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType