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

/external/clang/lib/Sema/
H A DSemaStmt.cpp2434 /// \param AllowFunctionParameter Whether we allow function parameters to
2443 bool AllowFunctionParameter) {
2456 if (isCopyElisionCandidate(ReturnType, VD, AllowFunctionParameter))
2462 bool AllowFunctionParameter) {
2477 !(AllowFunctionParameter && VD->getKind() == Decl::ParmVar))
2441 getCopyElisionCandidate(QualType ReturnType, Expr *E, bool AllowFunctionParameter) argument
2461 isCopyElisionCandidate(QualType ReturnType, const VarDecl *VD, bool AllowFunctionParameter) argument

Completed in 93 milliseconds