Home
last modified time | relevance | path

Searched defs:declarator (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y147 declarator($e, $t): in declarator() function
H A Dgrammar.y183 Declarator *declarator; member
207 Declarator *declarator; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp190 Declarator &declarator; member in __anonc2847d970111::TypeProcessingState
223 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState()
419 static DeclaratorChunk *maybeMovePastReturnType(Declarator &declarator, in maybeMovePastReturnType()
489 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local
545 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local
606 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local
639 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local
679 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local
747 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local
829 static bool checkOmittedBlockReturnType(Sema &S, Declarator &declarator, in checkOmittedBlockReturnType()
[all …]
/freebsd/contrib/byacc/test/yacc/
H A Dgrammar.tab.c213 Declarator *declarator; member
237 Declarator *declarator; member
/freebsd/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c233 Declarator *declarator; member
257 Declarator *declarator; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1327 Declarator declarator(declSpec, ParsedAttributesView::none(), context); in ParseObjCTypeName() local