HomeSort by: relevance | last modified time | path
    Searched refs:CESK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 3321 /// \param CESK Whether we allow function parameters or
3330 CopyElisionSemanticsKind CESK) {
3340 if (isCopyElisionCandidate(ReturnType, VD, CESK))
3346 CopyElisionSemanticsKind CESK) {
3355 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() &&
3362 !((CESK & CES_AllowParameters) && VD->getKind() == Decl::ParmVar))
3364 if (!(CESK & CES_AllowExceptionVariables) && VD->isExceptionVariable())
3384 if (!(CESK & CES_AllowRValueReferenceType))
3393 if (CESK & CES_AllowDifferentTypes)
3518 CopyElisionSemanticsKind CESK = CES_Strict
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4762 CopyElisionSemanticsKind CESK);
4764 CopyElisionSemanticsKind CESK);

Completed in 69 milliseconds