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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 3329 VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType, Expr *E,
3526 NRVOCandidate = getCopyElisionCandidate(ResultType, Value, CESK);
3538 const VarDecl *FakeNRVOCandidate = getCopyElisionCandidate(
3724 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
3737 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
4136 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict);
SemaCoroutine.cpp 999 const VarDecl *NRVOCandidate = this->getCopyElisionCandidate(
SemaExprCXX.cpp 875 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4761 VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,

Completed in 31 milliseconds