Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp5929 static void performLifetimeExtension(Expr *Init,
5973 performLifetimeExtension(ME->GetTemporaryExpr(), ExtendingEntity); in performReferenceExtension()
5982 static void performLifetimeExtension(Expr *Init, in performLifetimeExtension() function
6002 performLifetimeExtension(ILE->getInit(I), ExtendingEntity); in performLifetimeExtension()
6030 performLifetimeExtension(SubInit, ExtendingEntity); in performLifetimeExtension()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1079 void performLifetimeExtension() { in performLifetimeExtension() function in __anon3f12a8aa0311::EvalInfo
14895 Info.performLifetimeExtension(); in EvaluateAsInitializer()