Searched defs:c_decl (Results 1 – 3 of 3) sorted by relevance
46 def explain_c_declaration(c_decl, expand_struct=False, expand_typedef=False): argument194 c_decl = sys.argv[1] variable196 c_decl = "char *(*(**foo[][8])())[];" variable
743 let c_decl = (word(), spaces(), char(':'), spaces(), word()) in field() localVariable
797 string c_decl; in GetConstructorDecl() local