Searched refs:isPrototyped (Results 1 – 2 of 2) sorted by relevance
863 bool isPrototyped = true; in constructTypeDIE() local865 isPrototyped = false; in constructTypeDIE()871 if (isPrototyped && dwarf::isC((dwarf::SourceLanguage)getLanguage())) in constructTypeDIE()1297 if (SP->isPrototyped() && dwarf::isC((dwarf::SourceLanguage)getLanguage())) in applySubprogramAttributes()
1825 bool isPrototyped() const { return getFlags() & FlagPrototyped; } in isPrototyped() function