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