Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp209 Declarator &getDeclarator() const { in getDeclarator() function in __anonc95f0a4b0111::TypeProcessingState
465 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
521 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
3225 Declarator &D = state.getDeclarator(); in InventTemplateParameter()
3324 Declarator &D = state.getDeclarator(); in GetDeclSpecTypeForDeclarator()
4447 Declarator &D = state.getDeclarator(); in GetFullTypeForDeclarator()
5378 state.getDeclarator() in GetFullTypeForDeclarator()
5770 Declarator &D = state.getDeclarator(); in transferARCOwnershipToDeclaratorChunk()
5807 Declarator &D = state.getDeclarator(); in transferARCOwnership()
6297 Declarator &D = State.getDeclarator(); in GetTypeSourceInfoForDeclarator()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h540 SimpleDeclarator *getDeclarator();
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType