Searched refs:MoveFunction (Results 1 – 1 of 1) sorted by relevance
6108 const FunctionDecl *MoveFunction = CE->getDirectCallee(); in CheckMoveOnConstruction() local6109 if (!MoveFunction || !MoveFunction->isInStdNamespace() || in CheckMoveOnConstruction()6110 !MoveFunction->getIdentifier() || in CheckMoveOnConstruction()6111 !MoveFunction->getIdentifier()->isStr("move")) in CheckMoveOnConstruction()