Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/cp/
Dparser.c873 cp_declarator *declarator; in make_declarator() local
893 cp_declarator *declarator; in make_id_declarator() local
927 cp_declarator *declarator; in make_pointer_declarator() local
942 cp_declarator *declarator; in make_reference_declarator() local
959 cp_declarator *declarator; in make_ptrmem_declarator() local
980 cp_declarator *declarator; in make_call_declarator() local
997 cp_declarator *declarator; in make_array_declarator() local
1013 cp_declarator *declarator, in make_parameter_declarator()
1035 function_declarator_p (const cp_declarator *declarator) in function_declarator_p()
2106 cp_parser_check_for_definition_in_return_type (cp_declarator *declarator, in cp_parser_check_for_definition_in_return_type()
[all …]
Dfriend.c407 do_friend (tree ctype, tree declarator, tree decl, in do_friend()
Ddecl.c3808 const cp_declarator *declarator) in groktypename()
3836 start_decl (const cp_declarator *declarator, in start_decl()
6068 tree declarator, in grokfndecl()
6809 get_scope_of_declarator (const cp_declarator *declarator) in get_scope_of_declarator()
7027 grokdeclarator (const cp_declarator *declarator, in grokdeclarator()
10927 const cp_declarator *declarator, in start_function()
11493 const cp_declarator *declarator, tree attrlist) in start_method()
Ddecl2.c757 grokfield (const cp_declarator *declarator, in grokfield()
932 grokbitfield (const cp_declarator *declarator, in grokbitfield()
Dcp-tree.h3723 cp_declarator *declarator; member
3739 cp_declarator *declarator; member
Dpt.c1818 check_explicit_specialization (tree declarator, in check_explicit_specialization()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp132 Declarator &declarator; member in __anon343d3d010111::TypeProcessingState
153 TypeProcessingState(Sema &sema, Declarator &declarator) in TypeProcessingState()
311 static DeclaratorChunk *maybeMovePastReturnType(Declarator &declarator, in maybeMovePastReturnType()
373 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr() local
427 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator() local
488 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr() local
521 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost() local
569 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator() local
634 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature() local
702 Declarator &declarator = state.getDeclarator(); in ConvertDeclSpecToType() local
[all …]
/freebsd-9-stable/contrib/gcc/
Dc-tree.h330 struct c_declarator *declarator; member
363 struct c_declarator *declarator; member
373 struct c_declarator *declarator; member
Dc-decl.c3110 struct c_declarator *declarator = XOBNEW (&parser_obstack, in build_array_declarator() local
3230 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
4059 grokdeclarator (const struct c_declarator *declarator, in grokdeclarator()
5496 grokfield (struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
6157 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
7219 struct c_declarator *declarator) in build_c_parm()
Dc-parser.c1296 struct c_declarator *declarator; in c_parser_declaration_or_fndef() local
2055 struct c_declarator *declarator; in c_parser_struct_declaration() local
2417 struct c_declarator *declarator; in c_parser_direct_declarator_inner() local
2695 struct c_declarator *declarator; in c_parser_parameter_declaration() local
2979 struct c_declarator *declarator; in c_parser_type_name() local
Dc-pretty-print.h68 c_pretty_print_fn declarator; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp916 Declarator declarator(declSpec, context); in ParseObjCTypeName() local