Searched refs:copyRecord (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | RecordOps.cpp | 26 copyRecord(cast<RecordStorageLocation>(*SrcFieldLoc), in copyField() 41 copyRecord(cast<RecordStorageLocation>(SrcFieldLoc), in copySyntheticField() 51 void copyRecord(RecordStorageLocation &Src, RecordStorageLocation &Dst, in copyRecord() function
|
H A D | Transfer.cpp | 552 copyRecord(*ArgLoc, Loc, Env); in VisitCXXConstructExpr() 591 copyRecord(*LocSrc, *LocDst, Env); in VisitCXXOperatorCallExpr() 609 copyRecord(*LocDst, Env.getResultObjectLocation(*S), Env); in VisitCXXOperatorCallExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | RecordOps.h | 39 void copyRecord(RecordStorageLocation &Src, RecordStorageLocation &Dst,
|