Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp205 Declarator &getDeclarator() const { in getDeclarator() function in __anon29f668c70111::TypeProcessingState
462 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
518 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
3285 Declarator &D = state.getDeclarator(); in InventTemplateParameter()
3384 Declarator &D = state.getDeclarator(); in GetDeclSpecTypeForDeclarator()
4528 Declarator &D = state.getDeclarator(); in GetFullTypeForDeclarator()
5470 state.getDeclarator() in GetFullTypeForDeclarator()
5873 Declarator &D = state.getDeclarator(); in transferARCOwnershipToDeclaratorChunk()
5910 Declarator &D = state.getDeclarator(); in transferARCOwnership()
6416 Declarator &D = State.getDeclarator(); in GetTypeSourceInfoForDeclarator()
[all …]
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.h535 SimpleDeclarator *getDeclarator();
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DNodes.cpp414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType