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

/external/clang/include/clang/Sema/
H A DInitialization.h114 } LocAndNRVO; member in union:clang::InitializedEntity::__anon3391
149 LocAndNRVO.Location = Loc.getRawEncoding();
150 LocAndNRVO.NRVO = NRVO;
332 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);
339 return SourceLocation::getFromRawEncoding(LocAndNRVO.Location);

Completed in 128 milliseconds