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

/external/clang/include/clang/Sema/
H A DInitialization.h53 EK_Exception, enumerator in enum:clang::InitializedEntity::EntityKind
110 /// \brief When Kind == EK_Result, EK_Exception, EK_New, the
254 return InitializedEntity(EK_Exception, ThrowLoc, Type, NRVO);
400 assert(getKind() == EK_Exception && "No 'throw' location!");

Completed in 73 milliseconds