Searched refs:isPrototyped (Results 1 – 2 of 2) sorted by relevance
935 bool isPrototyped = true; in constructTypeDIE() local937 isPrototyped = false; in constructTypeDIE()943 if (isPrototyped && dwarf::isC((dwarf::SourceLanguage)getLanguage())) in constructTypeDIE()1448 if (SP->isPrototyped() && dwarf::isC((dwarf::SourceLanguage)getLanguage())) in applySubprogramAttributes()
2381 bool isPrototyped() const { return getFlags() & FlagPrototyped; } in isPrototyped() function