Searched refs:struct_decl (Results 1 – 5 of 5) sorted by relevance
389 char *struct_decl = NULL; in read_input() local589 size_t old_len = (struct_decl ? strlen (struct_decl) : 0); in read_input()597 if (struct_decl) in read_input()598 delete[] struct_decl; in read_input()626 if (struct_decl) in read_input()680 if (p != struct_decl) in read_input()691 for (char *p = struct_decl + strlen (struct_decl); p > struct_decl;) in read_input()697 if (struct_decl == NULL || struct_decl[0] == '\0') in read_input()713 delete[] struct_decl; in read_input()718 _struct_decl = struct_decl; in read_input()[all …]
41 const char *struct_decl,
79 Output::Output (KeywordExt_List *head, const char *struct_decl, in Output() argument90 : _head (head), _struct_decl (struct_decl), in Output()
61 RecordDecl *struct_decl = NULL; in ExtractFromFunctionDecl() local78 struct_decl = candidate_record_decl; in ExtractFromFunctionDecl()82 if (struct_decl) in ExtractFromFunctionDecl()86 if (!struct_decl) in ExtractFromFunctionDecl()90 &m_ast_context->getASTRecordLayout(struct_decl)); in ExtractFromFunctionDecl()
992 struct_decl, reallocate it. For rest, use empty_string instead of "".