Home
last modified time | relevance | path

Searched refs:LocAndNRVO (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h200 struct LN LocAndNRVO; member
227 new (&LocAndNRVO) LN; in Kind()
228 LocAndNRVO.Location = Loc; in Kind()
229 LocAndNRVO.NRVO = NRVO; in Kind()
524 return LocAndNRVO.Location; in getReturnLoc()
531 return LocAndNRVO.Location; in getThrowLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp3665 return LocAndNRVO.NRVO; in allowsNRVO()