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