Searched refs:LocAndNRVO (Results 1 - 2 of 2) 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);
/external/clang/lib/Sema/
H A DSemaInit.cpp2373 return LocAndNRVO.NRVO;

Completed in 50 milliseconds