Searched defs:isMutable (Results 1 – 7 of 7) sorted by relevance
97 static bool isMutable(Attribute attr) { in isMutable() function100 static bool isMutable(Type type) { in isMutable() function
582 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal()591 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable()596 static GlobalSymbol *createOptionalGlobal(StringRef name, bool isMutable) { in createOptionalGlobal()
152 bool isMutable() const { return dataIsMutable; } in isMutable() function
235 bool isMutable() const { return Base != 0 && getInlineDesc()->IsMutable; } in isMutable() function
246 bool isMutable() const { return IsMutable; } in isMutable() function
1284 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in isMutable() function in LambdaExpr
2948 bool isMutable() const { return Mutable; } in isMutable() function