Home
last modified time | relevance | path

Searched refs:MoveFunction (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaInit.cpp6108 const FunctionDecl *MoveFunction = CE->getDirectCallee(); in CheckMoveOnConstruction() local
6109 if (!MoveFunction || !MoveFunction->isInStdNamespace() || in CheckMoveOnConstruction()
6110 !MoveFunction->getIdentifier() || in CheckMoveOnConstruction()
6111 !MoveFunction->getIdentifier()->isStr("move")) in CheckMoveOnConstruction()