Searched defs:declarator (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 190 Declarator &declarator; member in __anonf9e1d30a0111::TypeProcessingState 223 TypeProcessingState(Sema & sema,Declarator & declarator) TypeProcessingState() argument 419 maybeMovePastReturnType(Declarator & declarator,unsigned i,bool onlyBlockPointers) maybeMovePastReturnType() argument 489 Declarator &declarator = state.getDeclarator(); distributeObjCPointerTypeAttr() local 545 Declarator &declarator = state.getDeclarator(); distributeObjCPointerTypeAttrFromDeclarator() local 606 Declarator &declarator = state.getDeclarator(); distributeFunctionTypeAttr() local 639 Declarator &declarator = state.getDeclarator(); distributeFunctionTypeAttrToInnermost() local 679 Declarator &declarator = state.getDeclarator(); distributeFunctionTypeAttrFromDeclarator() local 747 Declarator &declarator = state.getDeclarator(); maybeSynthesizeBlockSignature() local 829 checkOmittedBlockReturnType(Sema & S,Declarator & declarator,QualType Result) checkOmittedBlockReturnType() argument 889 Declarator &declarator = state.getDeclarator(); ConvertDeclSpecToType() local 2750 Declarator &declarator = state.getDeclarator(); inferARCWriteback() local 3816 classifyPointerDeclarator(Sema & S,QualType type,Declarator & declarator,PointerWrappingDeclaratorKind & wrappingKind) classifyPointerDeclarator() argument 7289 Declarator &declarator = state.getDeclarator(); distributeNullabilityTypeAttr() local [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 1327 Declarator declarator(declSpec, ParsedAttributesView::none(), context); ParseObjCTypeName() local [all...] |