Searched refs:getNRVOCandidate (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp802 if (S.getNRVOCandidate() && S.getNRVOCandidate()->isNRVOVariable()) {
809 if (llvm::Value *NRVOFlag = NRVOFlags[S.getNRVOCandidate()])
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1355 const VarDecl *getNRVOCandidate() const { return NRVOCandidate; } function in class:clang::ReturnStmt
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp206 Writer.AddDeclRef(S->getNRVOCandidate(), Record);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp8826 if (!Returns[I]->getNRVOCandidate())
8830 NRVOCandidate = Returns[I]->getNRVOCandidate();
8831 else if (NRVOCandidate != Returns[I]->getNRVOCandidate())

Completed in 137 milliseconds