Searched defs:IsTemporary (Results 1 – 5 of 5) sorted by relevance
120 bool IsTemporary() const { return MatchesMask(FILE_ATTRIBUTE_TEMPORARY); } in IsTemporary() function
87 unsigned IsTemporary : 1; variable
160 bool IsTemporary) { in createSymbolImpl()186 bool IsTemporary = CanBeUnnamed; in createSymbol() local
114 bool IsTemporary() const { return temporary_.has_value(); } in IsTemporary() function
162 bool IsTemporary() const { return is_temporary_; } in IsTemporary() function