Home
last modified time | relevance | path

Searched defs:OptionalLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp327 locForHasValue(const RecordStorageLocation & OptionalLoc) locForHasValue() argument
331 locForValue(const RecordStorageLocation & OptionalLoc) locForValue() argument
337 setHasValue(RecordStorageLocation & OptionalLoc,BoolValue & HasValueVal,Environment & Env) setHasValue() argument
344 getHasValue(Environment & Env,RecordStorageLocation * OptionalLoc) getHasValue() argument
387 if (auto *OptionalLoc = cast_or_null<RecordStorageLocation>( transferUnwrapCall() local
396 if (auto *OptionalLoc = cast_or_null<RecordStorageLocation>( transferArrowOpCall() local
870 if (auto *OptionalLoc = cast_or_null<RecordStorageLocation>( diagnoseUnwrapCall() local
[all...]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp429 std::optional<dwarf::UnwindLocation> OptionalLoc; TEST() local
[all...]
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1011 SourceLocation OptionalLoc = LocStart.getLocWithOffset(p-startBuf); RewriteProtocolDecl() local
1016 SourceLocation OptionalLoc = LocStart.getLocWithOffset(p-startBuf); RewriteProtocolDecl() local
H A DRewriteModernObjC.cpp1177 ReplaceText(OptionalLoc, strlen("@optional"), "/* @optional */"); in RewriteProtocolDecl() local
1182 ReplaceText(OptionalLoc, strlen("@required"), "/* @required */"); in RewriteProtocolDecl() local