Searched refs:isPrototyped (Results 1 – 2 of 2) sorted by relevance
830 bool isPrototyped = true; in constructTypeDIE() local832 isPrototyped = false; in constructTypeDIE()838 if (isPrototyped && dwarf::isC((dwarf::SourceLanguage)getLanguage())) in constructTypeDIE()1264 if (SP->isPrototyped() && dwarf::isC((dwarf::SourceLanguage)getLanguage())) in applySubprogramAttributes()
1767 bool isPrototyped() const { return getFlags() & FlagPrototyped; } in isPrototyped() function