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

/external/clang/include/clang/Sema/
H A DInitialization.h146 struct LN LocAndNRVO; member in union:clang::InitializedEntity::__anon17621
175 LocAndNRVO.Location = Loc.getRawEncoding();
176 LocAndNRVO.NRVO = NRVO;
394 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
401 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
/external/clang/lib/Sema/
H A DSemaInit.cpp2677 return LocAndNRVO.NRVO;

Completed in 265 milliseconds