Searched defs:OptionalLoc (Results 1 – 3 of 3) sorted by relevance
238 locForHasValue(const RecordStorageLocation & OptionalLoc) locForHasValue() argument 242 locForValue(const RecordStorageLocation & OptionalLoc) locForValue() argument 248 setHasValue(RecordStorageLocation & OptionalLoc,BoolValue & HasValueVal,Environment & Env) setHasValue() argument 266 getHasValue(Environment & Env,RecordStorageLocation * OptionalLoc) getHasValue() argument 314 if (auto *OptionalLoc = cast_or_null<RecordStorageLocation>( transferUnwrapCall() local 323 if (auto *OptionalLoc = cast_or_null<RecordStorageLocation>( transferArrowOpCall() local 801 if (auto *OptionalLoc = cast_or_null<RecordStorageLocation>( diagnoseUnwrapCall() local [all...]
1011 SourceLocation OptionalLoc = LocStart.getLocWithOffset(p-startBuf); in RewriteProtocolDecl() local1016 SourceLocation OptionalLoc = LocStart.getLocWithOffset(p-startBuf); in RewriteProtocolDecl() local
1178 ReplaceText(OptionalLoc, strlen("@optional"), "/* @optional */"); in RewriteProtocolDecl() local 1183 ReplaceText(OptionalLoc, strlen("@required"), "/* @required */"); in RewriteProtocolDecl() local