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.cpp192 Declarator &declarator; member in __anonc2847d970111::TypeProcessingState
229 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState()
430 static DeclaratorChunk *maybeMovePastReturnType(Declarator &declarator, in maybeMovePastReturnType()
500 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local
556 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local
617 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local
650 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local
690 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local
758 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local
840 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.cpp1125 Declarator declarator(declSpec, ParsedAttributesView::none(), context); in ParseObjCTypeName() local