Searched refs:getSyntheticField (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp60 cast<RecordStorageLocation>(Dst.getSyntheticField(Name)), Env);
63 Env.setValue(Dst.getSyntheticField(Name), *Val);
65 Env.clearValue(Dst.getSyntheticField(Name));
109 cast<RecordStorageLocation>(Loc2.getSyntheticField(Name)), Env2))
112 Env2.getValue(Loc2.getSyntheticField(Name))) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h144 StorageLocation &getSyntheticField(llvm::StringRef Name) const { function in class:clang::dataflow::final
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp239 return OptionalLoc.getSyntheticField("has_value");
243 return OptionalLoc.getSyntheticField("value");

Completed in 108 milliseconds